mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
curl enable http2, use nghttp2
This commit is contained in:
parent
c835db39e8
commit
a66490101e
@ -1,5 +1,5 @@
|
||||
Source: curl
|
||||
Version: 7.58.0
|
||||
Build-Depends: zlib, openssl, libssh2
|
||||
Version: 7.58.0-1
|
||||
Build-Depends: zlib, openssl, libssh2, nghttp2
|
||||
Description: A library for transferring data with URLs
|
||||
# For WINSSL create target triplet which contains set(CURL_USE_WINSSL ON)
|
||||
|
@ -48,6 +48,7 @@ vcpkg_configure_cmake(
|
||||
-DBUILD_TESTING=OFF
|
||||
-DBUILD_CURL_EXE=OFF
|
||||
-DENABLE_MANUAL=OFF
|
||||
-DUSE_NGHTTP2=ON
|
||||
-DCURL_STATICLIB=${CURL_STATICLIB}
|
||||
-DCMAKE_USE_OPENSSL=${USE_OPENSSL}
|
||||
-DCMAKE_USE_WINSSL=${USE_WINSSL}
|
||||
|
Loading…
Reference in New Issue
Block a user