diff options
| author | JosJuice <josjuice@gmail.com> | 2025-12-31 12:30:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-31 12:30:00 +0100 |
| commit | 09a0e95efee5edbe62e2f88b27ae079fdc42641d (patch) | |
| tree | 53934d391d51f99a38d8d5a3f39efc6972bb7a58 | |
| parent | 329ab1f51801ef30246d902d97b19aafe2ea8bbc (diff) | |
| parent | 84247df6819eaea743cf9e47b26f1ec007f8091f (diff) | |
Merge pull request #14240 from JoshuaVandaele/curl-perl-warning
curl: Disable manual
| -rw-r--r-- | Externals/curl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Externals/curl/CMakeLists.txt b/Externals/curl/CMakeLists.txt index d48eafefcc..55f010fb15 100644 --- a/Externals/curl/CMakeLists.txt +++ b/Externals/curl/CMakeLists.txt @@ -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) |
