mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
In v3 of the presets, generator and buildDir can be omitted to fall back to regular cmake behavior when these values are not explicitly provided by the user. Fixes: #21987
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "OptionalGeneratorField",
|
|
"binaryDir": "${sourceDir}/build"
|
|
}
|
|
]
|
|
}
|