MantisBT - CMake
View Issue Details
0007360CMakeCMakepublic2008-07-17 18:432008-07-20 15:47
Mark Dixon 
Alex Neundorf 
normalmajoralways
closedfixed 
CMake-2-6 
 
0007360: FindJNI.cmake does not work on FreeBSD
FindJNI.cmake does not know to look for FreeBSD JNI headers. Needs the patch below:
--- FindJNI.cmake.orig 2008-07-17 23:45:33.000000000 +0000
+++ FindJNI.cmake 2008-07-17 23:45:56.000000000 +0000
@@ -130,6 +130,7 @@
   ${JAVA_AWT_INCLUDE_DIRECTORIES}
   ${JAVA_INCLUDE_PATH}/win32
   ${JAVA_INCLUDE_PATH}/linux
+ ${JAVA_INCLUDE_PATH}/freebsd
 )
No tags attached.
Issue History
2008-07-17 18:43Mark DixonNew Issue
2008-07-18 17:09Alex NeundorfStatusnew => assigned
2008-07-18 17:09Alex NeundorfAssigned To => Alex Neundorf
2008-07-20 15:47Alex NeundorfNote Added: 0012762
2008-07-20 15:47Alex NeundorfStatusassigned => closed
2008-07-20 15:47Alex NeundorfResolutionopen => fixed

Notes
(0012762)
Alex Neundorf   
2008-07-20 15:47   
Fix committed to cvs HEAD, should be 2.6.2 (maybe 2.6.1).

Alex