mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
4b7d4f53dd
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
13 lines
383 B
Diff
13 lines
383 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fc068fc84..1bc0f342c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -930,6 +930,7 @@ if(OPENSSL_FOUND)
|
|
add_definitions("-DWITH_OPENSSL")
|
|
message(STATUS "Using OpenSSL Version: ${OPENSSL_VERSION}")
|
|
include_directories(${OPENSSL_INCLUDE_DIR})
|
|
+ list(APPEND OPENSSL_LIBRARIES Threads::Threads)
|
|
endif()
|
|
|
|
if(MBEDTLS_FOUND)
|