blob: 6287c65809dd9f9c4d03a3fa5f5c58282491186a [file] [log] [blame]
{
"version": 3,
"configurePresets": [
{
"name": "GoodInstallDefault",
"generator": "@RunCMake_GENERATOR@",
"binaryDir": "${sourceDir}/build/${presetName}",
"installDir": "${sourceDir}/build/install_dir1"
},
{
"name": "GoodInstallInherit",
"inherits": "GoodInstallDefault",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": {
"type": "PATH",
"value": "${sourceDir}/build/bad_path"
}
}
},
{
"name": "GoodInstallOverride",
"inherits": "GoodInstallInherit",
"installDir": "${sourceDir}/build/install_dir2"
},
{
"name": "GoodInstallCommandLine",
"inherits": "GoodInstallOverride"
}
]
}