mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Make this field separate for both architecture and toolset. Allow architecture and toolset to be either strings or objects with value and strategy fields. Fixes: #21317
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "UnknownToolsetStrategy",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"toolset": {
|
|
"strategy": "unknown"
|
|
}
|
|
}
|
|
]
|
|
}
|