1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Disable the use of http2

This commit is contained in:
Mathieu Schroeter 2017-08-22 13:32:50 +02:00
parent 46e69663c9
commit 034eb13a32

View File

@ -96,6 +96,7 @@ ExternalProject_Add (libcurl_Project
--without-libmetalink
--without-libssh2
--without-librtmp
--without-nghttp2
BUILD_COMMAND ${CMD} make
INSTALL_COMMAND ${CMD} make install
BUILD_IN_SOURCE 1