You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMakeUserPresets.json should not normally be under source control since it is meant to encode local build configurations. CMakePresets.json is the preferred method for encoding common build settings.
Moreover, the presence of another user's CMakeUserPresets.json can produce unexpected errors. For example, this is the error (on Windows) due to a non-existent presets file referenced in CMakeUserPresets.json from 0ad99d9:
Unfortunately, being unfamiliar with Conan, I can't propose a decent resolution.
Lastly, I don't believe this is a high priority issue as it is unlikely that someone will need custom presets to build this project. I only stumbled upon it while using cmake-gui to review some settings in my local Windows build.