[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694)

This commit is contained in:
Owen Rudge 2020-06-03 06:46:54 +01:00 committed by GitHub
parent 0dbc334ef5
commit 23efb170c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: cpprestsdk
Version: 2.10.16
Version: 2.10.16-1
Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows),
boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows),
boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows),

View File

@ -32,6 +32,7 @@ vcpkg_configure_cmake(
-DBUILD_SAMPLES=OFF
-DCPPREST_EXPORT_DIR=share/cpprestsdk
-DWERROR=OFF
-DPKG_CONFIG_EXECUTABLE=FALSE
OPTIONS_DEBUG
-DCPPREST_INSTALL_HEADERS=OFF
)