summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-29 15:22:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-11-29 15:22:48 (GMT)
commita7a7a76e02f78e91f197121c5455c21a382c7efd (patch)
tree6e021ea5ee85e8a0d8eed74dc56d18b01b3ad401 /.gitlab/ci
parentd8967ad9170ae66729f1046adf906cdef3e4661d (diff)
parent12e4bc73cba0218a3e9a9a23d43f7b3d7d8e004e (diff)
downloadCMake-a7a7a76e02f78e91f197121c5455c21a382c7efd.zip
CMake-a7a7a76e02f78e91f197121c5455c21a382c7efd.tar.gz
CMake-a7a7a76e02f78e91f197121c5455c21a382c7efd.tar.bz2
Merge topic 'msvc-cxx-no-optin-experimental-flag'
12e4bc73cb MSVC: don't opt into dyndep support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7965
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/cxx_modules_rules_msvc.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/cxx_modules_rules_msvc.cmake b/.gitlab/ci/cxx_modules_rules_msvc.cmake
index 2b09b0e..cb327fd 100644
--- a/.gitlab/ci/cxx_modules_rules_msvc.cmake
+++ b/.gitlab/ci/cxx_modules_rules_msvc.cmake
@@ -1 +1,3 @@
set(CMake_TEST_CXXModules_UUID "a246741c-d067-4019-a8fb-3d16b0c9d1d3")
+
+set(CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP 1)