summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio11Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-26 14:49:55 (GMT)
committerBrad King <brad.king@kitware.com>2019-02-26 14:58:51 (GMT)
commit8375c303e272fd7d20383a86d0c99433b7e0da67 (patch)
treecd8dc7d38022f4f665938a9ee4f217a126c38e8e /Source/cmGlobalVisualStudio11Generator.h
parente6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff)
downloadCMake-8375c303e272fd7d20383a86d0c99433b7e0da67.zip
CMake-8375c303e272fd7d20383a86d0c99433b7e0da67.tar.gz
CMake-8375c303e272fd7d20383a86d0c99433b7e0da67.tar.bz2
VS: Fix detection of clang-cl with -T llvm
When using a VS generator with `-T llvm`, MSBuild relies on the "LLVM Compiler Toolchain" VS Extension. This does not put `clang-cl` in the `PATH` inside the build, and LLVM no longer provides a `cl` replacement either. Therefore we need another way to extract the path to the `CMAKE_{C,CXX}_COMPILER`. Fortunately the LLVM VS integration provides a `$(ClangClExecutable)` macro we can reference to get the path. Fixes: #18983
Diffstat (limited to 'Source/cmGlobalVisualStudio11Generator.h')
0 files changed, 0 insertions, 0 deletions