summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_external_test.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-05-26 13:18:37 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-05-26 16:50:16 (GMT)
commite63fe4a58863e4a8fe6cee55e6ffd4324f5e10d4 (patch)
treefd85bc290d57d956465ef4e538f717ceff24bda2 /.gitlab/ci/configure_external_test.cmake
parent9893e159cc0f9ae61dc205d52192e1d1fe1ab532 (diff)
downloadCMake-e63fe4a58863e4a8fe6cee55e6ffd4324f5e10d4.zip
CMake-e63fe4a58863e4a8fe6cee55e6ffd4324f5e10d4.tar.gz
CMake-e63fe4a58863e4a8fe6cee55e6ffd4324f5e10d4.tar.bz2
ci: add a script to run the tests with an external CMake
Diffstat (limited to '.gitlab/ci/configure_external_test.cmake')
-rw-r--r--.gitlab/ci/configure_external_test.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_external_test.cmake b/.gitlab/ci/configure_external_test.cmake
new file mode 100644
index 0000000..71397d1
--- /dev/null
+++ b/.gitlab/ci/configure_external_test.cmake
@@ -0,0 +1,3 @@
+set(CMake_TEST_HOST_CMAKE "ON" CACHE BOOL "")
+
+include("${CMAKE_CURRENT_LIST_DIR}/configure_common.cmake")