diff options
author | Brad King <brad.king@kitware.com> | 2023-05-19 12:46:15 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-19 12:46:23 (GMT) |
commit | f1438379c2c919671d64c60f657b78962a1eedc9 (patch) | |
tree | 7ea3170c191c5654f899b3a51960ebba7e9165da /Utilities | |
parent | 9939f606a69c105772091e0c880ab8a8bfe31a97 (diff) | |
parent | 80181da866329ce2f202a7129a49fb02f38e3902 (diff) | |
download | CMake-f1438379c2c919671d64c60f657b78962a1eedc9.zip CMake-f1438379c2c919671d64c60f657b78962a1eedc9.tar.gz CMake-f1438379c2c919671d64c60f657b78962a1eedc9.tar.bz2 |
Merge topic 'test-bootstrap'
80181da866 Tests: Add option to control timeout of BootstrapTest
21df34b255 Tests: Modernize name of option to control existence of BootstrapTest
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8491
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 |