summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/InvalidRegex.json.in
blob: 69114d2e30a09aa81fc9801ed28fbae2cf20a977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": 3,
  "configurePresets": [
    {
      "name": "InvalidRegex",
      "binaryDir": "${sourceDir}/build",
      "generator": "@RunCMake_GENERATOR@",
      "condition": {
        "type": "matches",
        "string": "a",
        "regex": "+"
      }
    }
  ]
}