mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 17:49:58 -05:00
Merge pull request #14468 from OatmealDome/curl-brotli-no-link
cURL: Disable Brotli
This commit is contained in:
commit
4dea6ee68e
2
Externals/curl/CMakeLists.txt
vendored
2
Externals/curl/CMakeLists.txt
vendored
|
|
@ -14,8 +14,10 @@ set(CURL_USE_LIBPSL OFF)
|
|||
set(CURL_USE_LIBSSH2 OFF)
|
||||
set(CURL_ZLIB OFF CACHE BOOL "" FORCE)
|
||||
set(CURL_ZSTD OFF CACHE BOOL "" FORCE)
|
||||
set(CURL_BROTLI OFF CACHE BOOL "" FORCE)
|
||||
set(ZLIB_FOUND FALSE) # TODO: Remove once we update to cURL >=8.17.1 https://github.com/curl/curl/pull/20147
|
||||
set(ZSTD_FOUND FALSE) # TODO: Same as above
|
||||
set(BROTLI_FOUND FALSE) # TODO: Same as above
|
||||
set(USE_LIBIDN2 OFF)
|
||||
set(USE_NGHTTP2 OFF)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user