aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjConfig.cmake
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-07 16:14:23 +0100
committerGitHub <noreply@github.com>2020-01-07 16:14:23 +0100
commite55bb1933c4319d1a3146612613f31ed3bba82f6 (patch)
tree70dbef9ad3c97b23d13bda468a9a073caddc8142 /cmake/ProjConfig.cmake
parent679987ee356c79ce5525bd4ce3b6792f4c84d664 (diff)
parentff15ab6c2d709e6ac230fd0815431d2618e0faef (diff)
downloadPROJ-e55bb1933c4319d1a3146612613f31ed3bba82f6.tar.gz
PROJ-e55bb1933c4319d1a3146612613f31ed3bba82f6.zip
Remove deprecated JNI bindings (#1825)
Remove deprecated JNI bindings
Diffstat (limited to 'cmake/ProjConfig.cmake')
-rw-r--r--cmake/ProjConfig.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/ProjConfig.cmake b/cmake/ProjConfig.cmake
index 3f0b3d2e..9f1b4e44 100644
--- a/cmake/ProjConfig.cmake
+++ b/cmake/ProjConfig.cmake
@@ -14,7 +14,6 @@ include(CheckFunctionExists)
# check needed include file
check_include_files(dlfcn.h HAVE_DLFCN_H)
check_include_files(inttypes.h HAVE_INTTYPES_H)
-check_include_files(jni.h HAVE_JNI_H)
check_include_files(memory.h HAVE_MEMORY_H)
check_include_files(stdint.h HAVE_STDINT_H)
check_include_files(stdlib.h HAVE_STDLIB_H)