mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -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
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "EmptyEnv",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"MY_VAR": "$env{}"
|
|
}
|
|
}
|
|
]
|
|
}
|