diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2024-03-12 15:56:40 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2024-04-11 14:19:44 (GMT) |
commit | 19341e258284ffcc66ca04da008cb49e7284ecf5 (patch) | |
tree | 2ebce7b01045ab8f6760e2a03695b6deea3c8422 /.gitlab/ci | |
parent | 2c8361f923317a784adfa6502e1a0c3a17c1dff9 (diff) | |
download | CMake-19341e258284ffcc66ca04da008cb49e7284ecf5.zip CMake-19341e258284ffcc66ca04da008cb49e7284ecf5.tar.gz CMake-19341e258284ffcc66ca04da008cb49e7284ecf5.tar.bz2 |
ci: enable `import_std23` C++ module tests on MSVC
Diffstat (limited to '.gitlab/ci')
-rw-r--r-- | .gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake b/.gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake index e378d62..207f2a5 100644 --- a/.gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake +++ b/.gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake @@ -1 +1 @@ -set(CMake_TEST_MODULE_COMPILATION "named,compile_commands,collation,partitions,internal_partitions,shared,export_bmi,install_bmi,bmionly" CACHE STRING "") +set(CMake_TEST_MODULE_COMPILATION "named,compile_commands,collation,partitions,internal_partitions,shared,export_bmi,install_bmi,bmionly,import_std23" CACHE STRING "") |