package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
508 B
21 lines
508 B
1 year ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 4ac815d6..1ea822c0 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -225,14 +225,13 @@ set(DYNAMIC_LIB
|
||
|
${CMAKE_THREAD_LIBS_INIT}
|
||
|
${THRIFT_LIB}
|
||
|
${THRIFTNB_LIB}
|
||
|
- ${OPENSSL_CRYPTO_LIBRARY}
|
||
|
dl
|
||
|
z)
|
||
|
|
||
|
if(WITH_MESALINK)
|
||
|
list(APPEND DYNAMIC_LIB ${MESALINK_LIB})
|
||
|
else()
|
||
|
- list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY})
|
||
|
+ list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY})
|
||
|
endif()
|
||
|
|
||
|
if(WITH_RDMA)
|