Azure / Azure/azure-sdk-for-cpp
Support Fetch Content in CMake
Open
EngSys
- Dominant language
- C++
- Stars
- 205
- Forks
- 172
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 37
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)
Contributor guide
Assessment
This issue has not been assessed yet.