mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10: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
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "EnvCycle",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"environment": {
|
|
"ENV_1": "$env{ENV_2}",
|
|
"ENV_2": "$env{ENV_1}"
|
|
}
|
|
}
|
|
]
|
|
}
|