Merge pull request #14240 from JoshuaVandaele/curl-perl-warning

curl: Disable manual
This commit is contained in:
JosJuice 2025-12-31 12:30:00 +01:00 committed by GitHub
commit 09a0e95efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)