CMake/Tests/RunCMake/CMakePresets/OptionalBinaryDirField.json.in
friendlyanon 06e6981336 cmake-presets: Make generator and binaryDir fields optional
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
2021-04-07 01:24:44 +02:00

10 lines
142 B
JSON

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