Skip to content

Support Fetch Content in CMake #6536

Open
@RickWinter

Description

@RickWinter

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    EngSysThis issue is impacting the engineering system.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions