mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
8e579b0228
Add JSON schema version 7 to support them. Fixes: #22543
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "TraceNotSupported",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"trace": {
|
|
"mode": "expand"
|
|
}
|
|
}
|
|
]
|
|
}
|