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