Explorar o código

Add support for FindJava on HP-UX and alpha

This commit fixes BUG: 0010242. It now properly inspect specific directory
on hp-ux and alpha implementation of the JRE
Mathieu Malaterre %!s(int64=14) %!d(string=hai) anos
pai
achega
4f35488fe9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Modules/FindJNI.cmake

+ 2 - 0
Modules/FindJNI.cmake

@@ -226,6 +226,8 @@ FIND_PATH(JAVA_INCLUDE_PATH2 jni_md.h
   ${JAVA_INCLUDE_PATH}/linux
   ${JAVA_INCLUDE_PATH}/freebsd
   ${JAVA_INCLUDE_PATH}/solaris
+  ${JAVA_INCLUDE_PATH}/hp-ux
+  ${JAVA_INCLUDE_PATH}/alpha
 )
 
 FIND_PATH(JAVA_AWT_INCLUDE_PATH jawt.h