summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/cxx_modules_rules_msvc.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MSVC: don't opt into dyndep supportBen Boeckel2022-11-281-0/+2
| | | | | | | Instead, just set the variables for how scanning works since that is part of the compiler mechanisms. Fixes: #24198
* msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-111-10/+0
| | | | Visual Studio 17.4 now contains official support for what CMake needs.
* ci: Enable MSVC C++ module support testsBrad King2022-08-221-0/+11
Since commit b87645b6a5 (gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset, 2022-08-18), the version of MSVC used in CI test jobs supports the `cl -scanDependencies` functionality we need to support C++ modules. Enable the corresponding tests.