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

16 lines
274 B
JSON
Raw Normal View History

2021-09-14 00:13:48 +02:00
{
"version": 3,
"configurePresets": [
{
"name": "InvalidRegex",
"binaryDir": "${sourceDir}/build",
"generator": "@RunCMake_GENERATOR@",
"condition": {
"type": "matches",
"string": "a",
"regex": "+"
}
}
]
}