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