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

This commit is contained in:
Mathieu Malaterre 2009-11-02 04:03:06 -05:00
parent 66fdf2038c
commit 865e0a11b4
1 changed files with 1 additions and 0 deletions

View File

@ -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