cmake/Tests/RunCMake/CMakePresets/InvalidInheritance.json.in

14 lines
226 B
JSON
Raw Normal View History

2021-09-14 00:13:48 +02:00
{
"version": 1,
"configurePresets": [
{
"name": "InvalidInheritance",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build",
"inherits": [
"NoExist"
]
}
]
}