From 4da33e72113c538072955f2cc2d25b8098b9024f Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 12 Feb 2019 22:14:40 +0100 Subject: [PATCH] Disable brotli with libcurl --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dedf844..f0d590a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -269,6 +269,7 @@ if (HAS_CURL) --disable-sspi --disable-ntlm-wb --disable-unix-socket + --without-brotli --without-winssl --without-darwinssl --without-ssl