mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
As of commited48feeae8(clang-cl: Add support for C++ modules, 2026-03-27, v4.4.0-rc1~428^2) CMake tries to support modules for clang-cl, which can mostly be accomplished, except for the ClangCl VS toolset, where the /scanDependencies flag is not yet supported. Amend commit3022f0363f(VS: set ScanSourceForModuleDependencies at vcxproj level, 2024-04-27, v3.28.5~3^2) to only emit this setting when scanning is supported by the toolchain. Fixes: #27957 Issue: #27977