CMake/Tests/RunCMake/CMakePresets/OptionalBinaryDirFieldNoS.json.in
Kyle Edwards aa874dc609 CMakePresets.json: Fix expansion issue with empty binaryDir
When resolving binaryDir into a full path from a relative path, we
forgot to check if binaryDir is altogether empty, causing empty
binaryDir's to resolve to the source directory. Fix this.

Fixes: #22434
2021-07-16 10:25:40 -04:00

10 lines
145 B
JSON

{
"version": 3,
"configurePresets": [
{
"name": "OptionalBinaryDirFieldNoS",
"generator": "@RunCMake_GENERATOR@"
}
]
}