Open
Description
Support building from source by using fetch-content in CMakeList.txt
FetchContent_Declare(AZURE_CORE
GIT_REPOSITORY "https://github.com/Azure/azure-sdk-for-cpp/sdk/core/azure_core"
GIT_TAG "v1.0.0"
GIT_SHALLOW ON
)
FetchContent_MakeAvailable(AZURE_CORE)