curl: Disable manual

This also fixes a configure-time warning if perl is not present
This commit is contained in:
Joshua Vandaële 2025-12-30 19:48:45 +01:00
parent e639d565f7
commit 84247df681
No known key found for this signature in database
GPG Key ID: 6BB95AF71EB0F406

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)