CMake/Tests/RunCMake/CMakePresets/V2InheritV3OptionalUser.json.in
Kyle Edwards 3e42bf3e05 CMakePresets: Check presets with their own file version
06e6981 added support for optional binaryDir and generator, but
use the dependent preset's file version instead of the current
preset's file version. Check presets with their own file version
instead of their dependent's file version.

Fixes: #22428
2021-07-27 11:45:57 -04:00

12 lines
209 B
JSON

{
"version": 2,
"configurePresets": [
{
"name": "V2InheritV3Optional",
"inherits": "default",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build"
}
]
}