From 5771af6e198dc42b22d9e9821681343f4fc6d351 Mon Sep 17 00:00:00 2001 From: wangguibao Date: Wed, 13 Nov 2019 12:00:01 +0800 Subject: [PATCH] Elastic CTR --- elastic-ctr/client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic-ctr/client/CMakeLists.txt b/elastic-ctr/client/CMakeLists.txt index ddbaec91..b8e29980 100644 --- a/elastic-ctr/client/CMakeLists.txt +++ b/elastic-ctr/client/CMakeLists.txt @@ -10,7 +10,7 @@ list(APPEND elasticctr_srcs add_library(elasticctr SHARED ${elasticctr_srcs}) add_dependencies(elasticctr pybind) target_link_libraries(elasticctr brpc configure protobuf leveldb -lcrypto - -lssl -lz) + -lssl -lz -lrt) set_target_properties(elasticctr PROPERTIES INTERFACE_LINK_LIBRARIES "") -- GitLab