diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-28 22:56:17 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-28 23:02:51 (GMT) |
commit | 12e4bc73cba0218a3e9a9a23d43f7b3d7d8e004e (patch) | |
tree | a0079ce6dbd57a1d0b64e0376e41b81d9d06fd31 /.gitlab/ci | |
parent | 90907c8ff96ff07f0dafc1f4904d25b1e10f014b (diff) | |
download | CMake-12e4bc73cba0218a3e9a9a23d43f7b3d7d8e004e.zip CMake-12e4bc73cba0218a3e9a9a23d43f7b3d7d8e004e.tar.gz CMake-12e4bc73cba0218a3e9a9a23d43f7b3d7d8e004e.tar.bz2 |
MSVC: don't opt into dyndep support
Instead, just set the variables for how scanning works since that is
part of the compiler mechanisms.
Fixes: #24198
Diffstat (limited to '.gitlab/ci')
-rw-r--r-- | .gitlab/ci/cxx_modules_rules_msvc.cmake | 2 |
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) |