]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/freerdp/openssl_threads.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / freerdp / openssl_threads.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 97ba2f9..fc36185 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -907,6 +907,7 @@ if(OPENSSL_FOUND)
6 add_definitions("-DWITH_OPENSSL")
7 message(STATUS "Using OpenSSL Version: ${OPENSSL_VERSION}")
8 include_directories(${OPENSSL_INCLUDE_DIR})
9 + list(APPEND OPENSSL_LIBRARIES Threads::Threads)
10 endif()
11
12 if(MBEDTLS_FOUND)