aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/curl/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index d01abc0b0..17063f382 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -14,7 +14,7 @@ vcpkg_extract_source_archive(${ARCHIVE_FILE})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
- -DBUILD_CURL_TESTS=OFF
+ -DBUILD_TESTING=OFF
-DBUILD_CURL_EXE=OFF
-DENABLE_MANUAL=OFF
OPTIONS_DEBUG