mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -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
234 B
JSON
14 lines
234 B
JSON
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "InvalidToolsetStrategy",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"toolset": {
|
|
"strategy": {}
|
|
}
|
|
}
|
|
]
|
|
}
|