
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
244 B
JSON
14 lines
244 B
JSON
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "InvalidArchitectureStrategy",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"architecture": {
|
|
"strategy": {}
|
|
}
|
|
}
|
|
]
|
|
}
|