From b8949ca86f808bfea385fb1f9c24abc0f3bebd05 Mon Sep 17 00:00:00 2001 From: Xu Peng Date: Mon, 6 May 2019 20:52:02 +0800 Subject: [PATCH] fix(env): fix compile error Former-commit-id: 63a2957e3c226bdb08658d96738d30dc98a73619 --- cpp/unittest/faiss_wrapper/CMakeLists.txt | 1 + cpp/unittest/server/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/cpp/unittest/faiss_wrapper/CMakeLists.txt b/cpp/unittest/faiss_wrapper/CMakeLists.txt index a1b16a9cda..ce45b2e4ea 100644 --- a/cpp/unittest/faiss_wrapper/CMakeLists.txt +++ b/cpp/unittest/faiss_wrapper/CMakeLists.txt @@ -41,6 +41,7 @@ set(wrapper_libs snappy bz2 z + zstd ) target_link_libraries(wrapper_test ${unittest_libs} ${wrapper_libs}) diff --git a/cpp/unittest/server/CMakeLists.txt b/cpp/unittest/server/CMakeLists.txt index 8e8e116481..ddcf835da2 100644 --- a/cpp/unittest/server/CMakeLists.txt +++ b/cpp/unittest/server/CMakeLists.txt @@ -40,6 +40,7 @@ set(require_libs snappy bz2 z + zstd rocksdb faiss cudart