Azure / azure-c-shared-utility

Azure C SDKs common code
Other
111 stars 203 forks source link

Vcpkg CURL fix for build #555

Closed momuno closed 3 years ago

momuno commented 3 years ago

This change updates how CURL is found for vcpkg. It now checks CMake's find_package() before trying pkg-config. This change is needed for vcpkg build. As a result, the Config.cmake file must forward its dependency on CURL downstream.

momuno commented 3 years ago

I think this most recent change will work. I am isolating the change needed for x64-linux to compile to UNIX.