diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-06 21:46:56 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-01-07 08:22:16 +0100 |
| commit | ff15ab6c2d709e6ac230fd0815431d2618e0faef (patch) | |
| tree | 82c15594a0f5ec641ba92dc2f5f6d182467a055a /cmake/proj_config.cmake.in | |
| parent | 529eb50f5d7e817dd27674984050a9bf1a6dce55 (diff) | |
| download | PROJ-ff15ab6c2d709e6ac230fd0815431d2618e0faef.tar.gz PROJ-ff15ab6c2d709e6ac230fd0815431d2618e0faef.zip | |
Remove deprecated JNI bindings
Closes #1757
Diffstat (limited to 'cmake/proj_config.cmake.in')
| -rw-r--r-- | cmake/proj_config.cmake.in | 6 |
1 files changed, 0 insertions, 6 deletions
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}" |
