summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/ctest_test_external.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-07 10:11:00 (GMT)
committerBrad King <brad.king@kitware.com>2020-10-07 10:12:05 (GMT)
commit0556bd2f8a0cb4df6b2aaf157dc598358eef4c83 (patch)
tree9a4eac089074ffc5076d477ef8e703a27c1d13ed /.gitlab/ci/ctest_test_external.cmake
parent7f031e11308d8a3b6b74c019788d9e7724c52064 (diff)
downloadCMake-0556bd2f8a0cb4df6b2aaf157dc598358eef4c83.zip
CMake-0556bd2f8a0cb4df6b2aaf157dc598358eef4c83.tar.gz
CMake-0556bd2f8a0cb4df6b2aaf157dc598358eef4c83.tar.bz2
gitlab-ci: use ctest_start GROUP option instead of deprecated TRACK
Diffstat (limited to '.gitlab/ci/ctest_test_external.cmake')
-rw-r--r--.gitlab/ci/ctest_test_external.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/ctest_test_external.cmake b/.gitlab/ci/ctest_test_external.cmake
index b31caa4..1b81da3 100644
--- a/.gitlab/ci/ctest_test_external.cmake
+++ b/.gitlab/ci/ctest_test_external.cmake
@@ -7,7 +7,7 @@ set(cmake_args
-C "${CMAKE_CURRENT_LIST_DIR}/configure_$ENV{CMAKE_CONFIGURATION}.cmake")
# Create an entry in CDash.
-ctest_start(Experimental TRACK "${ctest_track}")
+ctest_start(Experimental GROUP "${ctest_group}")
# Gather update information.
find_package(Git)