cmake/Tests/RunCMake/CMakePresets/EmptyCacheKey.json.in

14 lines
229 B
JSON
Raw Normal View History

2021-09-14 00:13:48 +02:00
{
"version": 1,
"configurePresets": [
{
"name": "EmptyCacheKey",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"": "value"
}
}
]
}