Explorar el Código

BUG: 0009817 cmake does not search in solaris subdirectory for JAVA_INCLUDE_PATH2. Thanks to Gaetan Lehmann for patch

Mathieu Malaterre hace 16 años
padre
commit
865e0a11b4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Modules/FindJNI.cmake

+ 1 - 0
Modules/FindJNI.cmake

@@ -199,6 +199,7 @@ FIND_PATH(JAVA_INCLUDE_PATH2 jni_md.h
   ${JAVA_INCLUDE_PATH}/win32
   ${JAVA_INCLUDE_PATH}/linux
   ${JAVA_INCLUDE_PATH}/freebsd
+  ${JAVA_INCLUDE_PATH}/solaris
 )
 
 FIND_PATH(JAVA_AWT_INCLUDE_PATH jawt.h