diff options
author | Brad King <brad.king@kitware.com> | 2020-11-24 17:19:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-24 18:29:30 (GMT) |
commit | 1af2d1d0eac17ef87d75f1a4c6d480274c12d0b0 (patch) | |
tree | 95aadf3df64204154ac9b3a3c06d9140f270360e /.gitlab | |
parent | 64fb825438a2fecb9eab9933d5d1b926bf6f294b (diff) | |
download | CMake-1af2d1d0eac17ef87d75f1a4c6d480274c12d0b0.zip CMake-1af2d1d0eac17ef87d75f1a4c6d480274c12d0b0.tar.gz CMake-1af2d1d0eac17ef87d75f1a4c6d480274c12d0b0.tar.bz2 |
Tests: Add CMake_TEST_Java option to control Java tests
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/configure_macos_common.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab/ci/configure_macos_common.cmake b/.gitlab/ci/configure_macos_common.cmake index 3d09779..4bd3c7d 100644 --- a/.gitlab/ci/configure_macos_common.cmake +++ b/.gitlab/ci/configure_macos_common.cmake @@ -2,9 +2,7 @@ # detect that Java is available and working, but a test machine then not have a # working Java installed. To work around this, just act as if Java is not # available on any CI machine. -set(Java_JAVA_EXECUTABLE "" CACHE FILEPATH "") -set(Java_JAVAC_EXECUTABLE "" CACHE FILEPATH "") -set(Java_JAR_EXECUTABLE "" CACHE FILEPATH "") +set(CMake_TEST_Java 0 CACHE FILEPATH "") # Qt binaries get placed inside the source directory, which causes them to not # be included in the install-time rpath, but we still want them in the |