aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForce Charlie <charlieio@outlook.com>2018-01-30 21:22:53 +0800
committerForce Charlie <charlieio@outlook.com>2018-01-30 21:22:53 +0800
commit108d13a27780147f788036bf56f01148768289d2 (patch)
tree8532e5aaf77eee47a2583cf5dfde5704b626b663
parent67889b7fc5e9dcb50fb58f0750a06fea42af5306 (diff)
downloadvcpkg-108d13a27780147f788036bf56f01148768289d2.tar.gz
vcpkg-108d13a27780147f788036bf56f01148768289d2.zip
update about HTTP2 TLS
-rw-r--r--ports/curl/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index f45ee8016..b13cdb309 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -14,6 +14,7 @@ vcpkg_apply_patches(
${CMAKE_CURRENT_LIST_DIR}/0002_fix_uwp.patch
)
+# Support HTTP2 TSL Download https://curl.haxx.se/ca/cacert.pem rename to curl-ca-bundle.crt, copy it to libcurl.dll location.
SET(HTTP2_OPTIONS)
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
SET(CURL_STATICLIB OFF)