mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
06e6981336
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
142 B
Plaintext
10 lines
142 B
Plaintext
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "OptionalBinaryDirField",
|
|
"generator": "@RunCMake_GENERATOR@"
|
|
}
|
|
]
|
|
}
|