summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step4/CMakePresets.json
blob: 6c474475deb6c39a5ad8290615e36cbb02f70743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "version": 4,
  "configurePresets": [
    {
      "name": "tutorial",
      "displayName": "Tutorial Preset",
      "description": "Preset to use with the tutorial",
      "binaryDir": "${sourceDir}/build",
      "cacheVariables": {
        "TODO7": "Remove the CMAKE_CXX_STANDARD (and this TODO)",
        "CMAKE_CXX_STANDARD": "20",
        "TODO8": "Set TUTORIAL_USE_STD_SQRT to ON"
      }
    }
  ]
}