
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
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "OptionalBinaryDirFieldNoS",
|
|
"generator": "@RunCMake_GENERATOR@"
|
|
}
|
|
]
|
|
}
|