Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Find{Java,JNI}: Use /usr/libexec/java_home on OS X | Brad King | 2014-01-29 | 1 | -0/+11 |
| | | | | | | | If no JAVA_HOME or ENV{JAVA_HOME} is set then try running this tool to get the system default Java home. Suggested-by: Larry Shaffer <larrys@dakotacarto.com> | ||||
* | Find{Java,JNI}: Consider JAVA_HOME before ENV{JAVA_HOME} | Brad King | 2014-01-29 | 1 | -0/+30 |
Add a helper module CMakeFindJavaCommon shared between FindJava and FindJNI to select a JAVA_HOME value. Prefer a CMake variable or cache entry first, then an environment variable. |