OpenBSD: Add paths for Java 1.6.0/1.7.0 JRE/JDK

This commit is contained in:
Amit Kulkarni
2012-12-03 17:23:10 -06:00
committed by Brad King
parent 288f75edee
commit 6e7a3453b4
3 changed files with 18 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ if(NOT CMAKE_Java_COMPILER)
/usr/java/j2sdk1.4.2_09/bin
/usr/lib/j2sdk1.5-sun/bin
/opt/sun-jdk-1.5.0.04/bin
/usr/local/jdk-1.7.0/bin
/usr/local/jdk-1.6.0/bin
)
# if no compiler has been specified yet, then look for one
if(CMAKE_Java_COMPILER_INIT)