Files
CMake/Tests/RunCMake/CMakePresets/TraceNotSupported.json.in
T
Artin Alavi 8e579b0228 presets: Add trace options to configure presets
Add JSON schema version 7 to support them.

Fixes: #22543
2023-03-30 09:18:53 -04:00

14 lines
229 B
Plaintext

{
"version": 6,
"configurePresets": [
{
"name": "TraceNotSupported",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build",
"trace": {
"mode": "expand"
}
}
]
}