Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181 stars 126 forks source link

Build C++ SDK on Linux with existing thirdparty packages. #6150

Open epasveer opened 3 weeks ago

epasveer commented 3 weeks ago

Query/Question Is is possible to build the C++ SDK using cmake but without using vcpkg?

Why is this not a Bug or a feature Request? We already have certain packages installed that the SDK uses. Like libabsl.

When I the SDK build, it somehow determines to download all packages and build those versions. I'd like to somehow say to use the versions I already have on the system.

Setup (please complete the following information if applicable):