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
506 B
21 lines
506 B
1 year ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 71838043..88448d2e 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -227,14 +227,13 @@ set(DYNAMIC_LIB
|
||
|
${PROTOC_LIB}
|
||
|
${CMAKE_THREAD_LIBS_INIT}
|
||
|
${THRIFT_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)
|