summaryrefslogtreecommitdiffstats
path: root/Modules/FindJNI.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-11 14:27:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-11 14:27:46 (GMT)
commit4139f15de65ec1d1670cceb95b4c22b52f5448c3 (patch)
tree87332c1cbb7e5e184392774f829b4c2ea1916299 /Modules/FindJNI.cmake
parenta53f300bc01cc1c21f27c8db8a14f0ecc1af8e2a (diff)
downloadCMake-4139f15de65ec1d1670cceb95b4c22b52f5448c3.zip
CMake-4139f15de65ec1d1670cceb95b4c22b52f5448c3.tar.gz
CMake-4139f15de65ec1d1670cceb95b4c22b52f5448c3.tar.bz2
minor fixes and new python module
Diffstat (limited to 'Modules/FindJNI.cmake')
-rw-r--r--Modules/FindJNI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake
index a58bada..a809b8f 100644
--- a/Modules/FindJNI.cmake
+++ b/Modules/FindJNI.cmake
@@ -8,7 +8,7 @@
# JAVA_AWT_INCLUDE_PATH = the path to where jni.h can be found
#
-FIND_LIBRARY(JAVA_AWT_LIB_PATH jawt PATHS /usr/lib /usr/local/lib)
+FIND_LIBRARY(JAVA_AWT_LIBRARY jawt PATHS /usr/lib /usr/local/lib)
# add in the include path
FIND_PATH(JAVA_INCLUDE_PATH jni.h /usr/include /usr/local/include)