mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05: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
251 B
JSON
14 lines
251 B
JSON
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "UnknownArchitectureStrategy",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"architecture": {
|
|
"strategy": "unknown"
|
|
}
|
|
}
|
|
]
|
|
}
|