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
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):
OS: [e.g. iOS]
IDE : [e.g. IntelliJ]
Version of the Library used
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
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):
Version of the Library used
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report