mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
638557cbfe
Make a distinction between strings which simply use the
$vendor{<...>} macro, which is valid but makes it unusable by CMake,
and strings which actually contain invalid macro expansions.
Fixes: #21308
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "NoSuchMacro",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${noexist}"
|
|
}
|
|
]
|
|
}
|