diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-07 16:14:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-07 16:14:23 +0100 |
| commit | e55bb1933c4319d1a3146612613f31ed3bba82f6 (patch) | |
| tree | 70dbef9ad3c97b23d13bda468a9a073caddc8142 /cmake | |
| parent | 679987ee356c79ce5525bd4ce3b6792f4c84d664 (diff) | |
| parent | ff15ab6c2d709e6ac230fd0815431d2618e0faef (diff) | |
| download | PROJ-e55bb1933c4319d1a3146612613f31ed3bba82f6.tar.gz PROJ-e55bb1933c4319d1a3146612613f31ed3bba82f6.zip | |
Remove deprecated JNI bindings (#1825)
Remove deprecated JNI bindings
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/ProjConfig.cmake | 1 | ||||
| -rw-r--r-- | cmake/proj_config.cmake.in | 6 |
2 files changed, 0 insertions, 7 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) diff --git a/cmake/proj_config.cmake.in b/cmake/proj_config.cmake.in index caeb0934..d8385ce9 100644 --- a/cmake/proj_config.cmake.in +++ b/cmake/proj_config.cmake.in @@ -4,9 +4,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #cmakedefine HAVE_INTTYPES_H 1 -/* Define to 1 if you have the <jni.h> header file. */ -#cmakedefine HAVE_JNI_H 1 - /* Define to 1 if you have the `m' library (-lm). */ #cmakedefine HAVE_LIBM 1 @@ -40,9 +37,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #cmakedefine HAVE_UNISTD_H 1 -/* Enabled for Java/JNI Support */ -#cmakedefine JNI_ENABLED 1 - /* Name of package */ #cmakedefine PACKAGE "${PACKAGE}" |
