diff options
author | Brad King <brad.king@kitware.com> | 2021-04-28 18:37:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-03 14:22:23 (GMT) |
commit | bd16a985fcc26a2138e20ed11c248cd716eb5497 (patch) | |
tree | dc80e9edd83ec8a0f70f6568e4f5990958d84956 /Tests/VSProjectInSubdir | |
parent | 49c6d0f26199c252b493ed5f816dbcb2e9701112 (diff) | |
download | CMake-bd16a985fcc26a2138e20ed11c248cd716eb5497.zip CMake-bd16a985fcc26a2138e20ed11c248cd716eb5497.tar.gz CMake-bd16a985fcc26a2138e20ed11c248cd716eb5497.tar.bz2 |
CompilerId/Features: Tolerate variables named for languages
If a `CMakeLists.txt` or `CMAKE_TOOLCHAIN_FILE` sets a variable named
`C`, `CXX`, or `CUDA`, we were previously comparing each enabled
language name to the value of that variable, rather than the name
itself. Double-quote the string to take advantage of policy `CMP0054`,
but also add "x" prefixes to support projects that do not set the
policy.
Fixes: #22125
Diffstat (limited to 'Tests/VSProjectInSubdir')
0 files changed, 0 insertions, 0 deletions