Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Jenkins job that runs the TIDY build doesn't set JAVA8_HOME, which means we wind up with an empty JAVA_HOME (different from an unset JAVA_HOME). This causes cmake to produce an error: CMake Error at cmake_modules/FindJavaHome.cmake:54 (message): $JAVA_HOME () does not contain bin/java Call Stack (most recent call first): CMakeLists.txt:988 (find_package) -- Configuring incomplete, errors occurred! Change-Id: I19e977c9ddbc25683882ad59766b0e4beb2967e0 Reviewed-on: http://gerrit.cloudera.org:8080/15445 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Adar Dembo <[email protected]>
- Loading branch information