mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
aa874dc609
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
Plaintext
10 lines
145 B
Plaintext
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "OptionalBinaryDirFieldNoS",
|
|
"generator": "@RunCMake_GENERATOR@"
|
|
}
|
|
]
|
|
}
|