mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
64afabdbcb
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
Plaintext
14 lines
244 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "InvalidArchitectureStrategy",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"architecture": {
|
|
"strategy": {}
|
|
}
|
|
}
|
|
]
|
|
}
|