mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:53:02 +08:00
[curl] Change BUILD_CURL_TESTS to BUILD_TESTING
It was changed between the previous version and the current one (12e21fab26
)
This commit is contained in:
parent
ef4be3ab1d
commit
d26fff6e67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user