ci: cxx_modules disabled for now for CMake

Gated by https://gitlab.kitware.com/cmake/cmake/-/issues/25568
This commit is contained in:
Mateusz Pusz
2024-01-08 18:50:49 +01:00
parent 8d50f29fd7
commit 33a82310a2

View File

@@ -101,7 +101,7 @@ jobs:
cxx: "clang++-17",
},
lib: "libc++",
cxx_modules: "True",
cxx_modules: "False",
}
- {
name: "Apple Clang 15",