mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-03 19:25:39 +00:00
Merge pull request #14240 from JoshuaVandaele/curl-perl-warning
curl: Disable manual
This commit is contained in:
commit
09a0e95efe
1
Externals/curl/CMakeLists.txt
vendored
1
Externals/curl/CMakeLists.txt
vendored
@ -6,6 +6,7 @@ set(BUILD_SHARED_LIBS OFF)
|
||||
set(BUILD_STATIC_LIBS ON)
|
||||
set(BUILD_TESTING OFF)
|
||||
set(CURL_ENABLE_EXPORT_TARGET OFF)
|
||||
set(ENABLE_CURL_MANUAL OFF)
|
||||
|
||||
set(HTTP_ONLY ON)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user