From 19341e258284ffcc66ca04da008cb49e7284ecf5 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 12 Mar 2024 11:56:40 -0400 Subject: ci: enable `import_std23` C++ module tests on MSVC --- .gitlab/ci/configure_windows_msvc_cxx_modules_common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "") -- cgit v0.12