From 675777d0727d7c433fe64dfcfe6cc269eb4bee1f Mon Sep 17 00:00:00 2001 From: jinhai Date: Sun, 5 May 2019 20:42:33 +0800 Subject: [PATCH] Add libzstd-dev to solve the linking error Former-commit-id: 993f2b5e526a3d073820f80b8ce473842ab937b5 --- cpp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 702d0233c8..adc7745c11 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -60,6 +60,7 @@ set(server_libs snappy bz2 z + zstd ) target_link_libraries(vecwise_server ${server_libs})