Open mloskot opened 3 years ago
https://devblogs.microsoft.com/cppblog/cmake-presets-integration-in-visual-studio-and-visual-studio-code/
CMakePresets.json will be a recommended alternative to CMakeSettings.json. Visual Studio will never read from both CMakePresets.json and CMakeSettings.json at the same time.
It's a good idea to replace our example/CMakeSettings.json with the presets file.
https://devblogs.microsoft.com/cppblog/cmake-presets-integration-in-visual-studio-and-visual-studio-code/
It's a good idea to replace our example/CMakeSettings.json with the presets file.