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