summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/InvalidInheritance.json.in
blob: 77bd9a37a62c720ad4be3f3e382030c54187e8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": 1,
  "configurePresets": [
    {
      "name": "InvalidInheritance",
      "generator": "@RunCMake_GENERATOR@",
      "binaryDir": "${sourceDir}/build",
      "inherits": [
        "NoExist"
      ]
    }
  ]
}