azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

Migrate from CMakeSettings.json to CMakePresets.json

Open vhvb1989 opened this issue 3 years ago • 0 comments

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

vhvb1989 avatar Feb 03 '22 18:02 vhvb1989