You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/CMakePresets/MinimumRequiredPatch.json.in

16 lines
308 B

{
"version": 1,
"cmakeMinimumRequired": {
"major": @CMAKE_MAJOR_VERSION@,
"minor": @CMAKE_MINOR_VERSION@,
"patch": 50000000
},
"configurePresets": [
{
"name": "MinimumRequiredPatch",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build"
}
]
}