summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_common.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-18 17:38:02 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-18 17:41:31 (GMT)
commit21df34b25526225d04f9f5e6351c13e68425e195 (patch)
treed7f5812b168ced0c19ce220672fd31b450ffa5f6 /.gitlab/ci/configure_common.cmake
parent4d5c32fa2cd0170617d1ab489b17ec7fee87b89d (diff)
downloadCMake-21df34b25526225d04f9f5e6351c13e68425e195.zip
CMake-21df34b25526225d04f9f5e6351c13e68425e195.tar.gz
CMake-21df34b25526225d04f9f5e6351c13e68425e195.tar.bz2
Tests: Modernize name of option to control existence of BootstrapTest
Diffstat (limited to '.gitlab/ci/configure_common.cmake')
-rw-r--r--.gitlab/ci/configure_common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_common.cmake b/.gitlab/ci/configure_common.cmake
index ed3d18d..c207a74 100644
--- a/.gitlab/ci/configure_common.cmake
+++ b/.gitlab/ci/configure_common.cmake
@@ -2,7 +2,7 @@ if("$ENV{CMAKE_CI_BOOTSTRAP}")
# Launchers do not work during bootstrap: no ctest available.
set(CTEST_USE_LAUNCHERS "OFF" CACHE BOOL "")
# We configure by bootstrapping, so skip the BootstrapTest.
- set(CMAKE_SKIP_BOOTSTRAP_TEST ON CACHE BOOL "")
+ set(CMake_TEST_BOOTSTRAP OFF CACHE BOOL "")
else()
set(CTEST_USE_LAUNCHERS "ON" CACHE BOOL "")
endif()