azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
Migrate from CMakeSettings.json to CMakePresets.json
Visual Studio uses a CMake configuration file to drive CMake generation and build. CMakePresets.json is supported by Visual Studio 2019 version 16.10 or later and is the recommended CMake configuration file. CMakePresets.json is supported directly by CMake and can be used to drive CMake generation and build from Visual Studio, from VS Code, in a Continuous Integration pipeline, and from the command line on Windows, Linux, and Mac. For more information on CMakePresets.json, see Configure and build with CMake Presets.
https://docs.microsoft.com/en-us/cpp/build/customize-cmake-settings?view=msvc-170