[cmake-commits] andy committed FindJNI.cmake 1.29 1.30

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 27 17:30:28 EDT 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv17092

Modified Files:
	FindJNI.cmake 
Log Message:
ENH: More documentation


Index: FindJNI.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindJNI.cmake,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- FindJNI.cmake	27 Oct 2006 21:29:05 -0000	1.29
+++ FindJNI.cmake	27 Oct 2006 21:30:26 -0000	1.30
@@ -4,7 +4,9 @@
 # the library is. This code sets the following variables:
 #   
 #  JAVA_AWT_LIB_PATH     = the path to the jawt library
+#  JAVA_JVM_LIB_PATH     = the path to the jvm library
 #  JAVA_INCLUDE_PATH     = the include path to jni.h
+#  JAVA_INCLUDE_PATH2    = the include path to jni.h
 #  JAVA_AWT_INCLUDE_PATH = the include path to jawt.h
 # 
 
@@ -115,6 +117,7 @@
 
 MARK_AS_ADVANCED(
   JAVA_AWT_LIBRARY
+  JAVA_JVM_LIBRARY
   JAVA_AWT_INCLUDE_PATH
   JAVA_INCLUDE_PATH
   JAVA_INCLUDE_PATH2



More information about the Cmake-commits mailing list