early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/freerdp/openssl_threads.patch
vendored
Executable file
12
externals/vcpkg/ports/freerdp/openssl_threads.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 97ba2f9..fc36185 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -907,6 +907,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)
|
||||
Reference in New Issue
Block a user