Skip to content

Commit

Permalink
[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge authored Jun 3, 2020
1 parent 0dbc334 commit 23efb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/cpprestsdk/CONTROL
Original file line number Diff line number Diff line change
@@ -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),
Expand Down
1 change: 1 addition & 0 deletions ports/cpprestsdk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 23efb17

Please sign in to comment.