[Cmake-commits] [cmake-commits] malaterre committed FindJNI.cmake 1.46 1.47

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 2 04:03:08 EST 2009


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

Modified Files:
	FindJNI.cmake 
Log Message:
BUG: 0009817 cmake does not search in solaris subdirectory for JAVA_INCLUDE_PATH2. Thanks to Gaetan Lehmann for patch


Index: FindJNI.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindJNI.cmake,v
retrieving revision 1.46
retrieving revision 1.47
diff -C 2 -d -r1.46 -r1.47
*** FindJNI.cmake	29 Oct 2009 17:48:32 -0000	1.46
--- FindJNI.cmake	2 Nov 2009 09:03:06 -0000	1.47
***************
*** 200,203 ****
--- 200,204 ----
    ${JAVA_INCLUDE_PATH}/linux
    ${JAVA_INCLUDE_PATH}/freebsd
+   ${JAVA_INCLUDE_PATH}/solaris
  )
  



More information about the Cmake-commits mailing list