diff options
author | Brad King <brad.king@kitware.com> | 2023-05-18 17:38:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-18 17:41:31 (GMT) |
commit | 21df34b25526225d04f9f5e6351c13e68425e195 (patch) | |
tree | d7f5812b168ced0c19ce220672fd31b450ffa5f6 /Utilities | |
parent | 4d5c32fa2cd0170617d1ab489b17ec7fee87b89d (diff) | |
download | CMake-21df34b25526225d04f9f5e6351c13e68425e195.zip CMake-21df34b25526225d04f9f5e6351c13e68425e195.tar.gz CMake-21df34b25526225d04f9f5e6351c13e68425e195.tar.bz2 |
Tests: Modernize name of option to control existence of BootstrapTest
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/linux/aarch64/cache.txt | 2 | ||||
-rw-r--r-- | Utilities/Release/linux/x86_64/cache.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/Release/linux/aarch64/cache.txt b/Utilities/Release/linux/aarch64/cache.txt index 87851d5..70739d4 100644 --- a/Utilities/Release/linux/aarch64/cache.txt +++ b/Utilities/Release/linux/aarch64/cache.txt @@ -32,7 +32,7 @@ SPHINX_QTHELP:BOOL=ON QHELPGENERATOR_EXECUTABLE:PATH=/opt/qt/bin/qhelpgenerator # We bootstrap as part of the build so skip its test. -CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE +CMake_TEST_BOOTSTRAP:BOOL=FALSE # Skip Qt5 tests because our Qt is static. CMake_TEST_Qt5:BOOL=FALSE diff --git a/Utilities/Release/linux/x86_64/cache.txt b/Utilities/Release/linux/x86_64/cache.txt index d32c3dd..0b9696b 100644 --- a/Utilities/Release/linux/x86_64/cache.txt +++ b/Utilities/Release/linux/x86_64/cache.txt @@ -32,7 +32,7 @@ SPHINX_QTHELP:BOOL=ON QHELPGENERATOR_EXECUTABLE:PATH=/opt/qt/bin/qhelpgenerator # We bootstrap as part of the build so skip its test. -CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE +CMake_TEST_BOOTSTRAP:BOOL=FALSE # Skip Qt5 tests because our Qt is static. CMake_TEST_Qt5:BOOL=FALSE |