diff options
| author | Force Charlie <charlieio@outlook.com> | 2018-01-28 23:33:38 +0800 |
|---|---|---|
| committer | Force Charlie <charlieio@outlook.com> | 2018-01-28 23:33:38 +0800 |
| commit | e6712779e7a0c8f34ed581131d80a639b28448a7 (patch) | |
| tree | d4e37bee89d609bed679dfe082ee5ce700da56ba | |
| parent | b45bc185423e66cee437a6c1e46ddbb0932e4d00 (diff) | |
| download | vcpkg-e6712779e7a0c8f34ed581131d80a639b28448a7.tar.gz vcpkg-e6712779e7a0c8f34ed581131d80a639b28448a7.zip | |
curl: disable WindowsStore HTTP2 support (nghttp2 not support)
| -rw-r--r-- | ports/curl/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake index 7752dd795..d397525c6 100644 --- a/ports/curl/portfile.cmake +++ b/ports/curl/portfile.cmake @@ -38,6 +38,7 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") -DENABLE_IPV6=OFF -DENABLE_UNIX_SOCKETS=OFF ) + set(HTTP2_OPTIONS) ## disable curl HTTP2 support endif() vcpkg_find_acquire_program(PERL) |
