Azure / Azure/azure-sdk-for-cpp

Support Fetch Content in CMake

Open
#6,536 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.