1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-23 17:25:54 +01:00

Adds curl to the list of system libraries

Fixes macOS build with system libcurl
This commit is contained in:
Dmitry Vedenko
2021-05-25 18:16:22 +03:00
committed by Dmitry Vedenko
parent 45e4627ac9
commit 733cf89cff
4 changed files with 34 additions and 3 deletions

View File

@@ -111,8 +111,7 @@ add_conan_lib(
OPTION_NAME curl
PKG_CONFIG "libcurl >= 7.68.0"
INTERFACE_NAME CURL::libcurl
FIND_PACKAGE_OPTIONS
COMPONENTS HTTP HTTPS SSL
FIND_PACKAGE_OPTIONS
CONAN_OPTIONS
libcurl:with_ssl=${curl_ssl}
libcurl:shared=True