mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
3e42bf3e05
06e6981 added support for optional binaryDir and generator, but
use the dependent preset's file version instead of the current
preset's file version. Check presets with their own file version
instead of their dependent's file version.
Fixes: #22428
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "V2InheritV3Optional",
|
|
"inherits": "default",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build"
|
|
}
|
|
]
|
|
}
|