Is it possible to prevent repeating the same preset in CMakePresets.json? If I run conan install several times I end up with:
...,
"buildPresets": [
{
"name": "Release-gcc-11",
"configurePreset": "default-gcc-11",
"configuration": "Release"
},
{
"name": "Release-gcc-11",
"configurePreset": "default-gcc-11",
"configuration": "Release"
}
],
...
Originally posted by @mpusz in #11189 (comment)
Is it possible to prevent repeating the same preset in
CMakePresets.json? If I runconan installseveral times I end up with:Originally posted by @mpusz in #11189 (comment)