mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
f12d986e6a
* [curl] Update to 7.71.0 * Update to 7.71.1
13 lines
366 B
Diff
13 lines
366 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5a13333..5a7ece0 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -361,6 +361,7 @@ if(CMAKE_USE_SECTRANSP)
|
|
list(APPEND CURL_LIBS "${COREFOUNDATION_FRAMEWORK}" "${SECURITY_FRAMEWORK}")
|
|
endif()
|
|
|
|
+set(USE_OPENSSL OFF)
|
|
if(CMAKE_USE_OPENSSL)
|
|
find_package(OpenSSL REQUIRED)
|
|
set(SSL_ENABLED ON)
|