From e661ba82feaed58c89cfbe81d22a579c4485b3db Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 6 May 2019 22:01:28 +0800 Subject: [PATCH] build error Former-commit-id: 0764940092b64cca42918e542b9d8702cab1c55e --- cpp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index adc7745c11..1757698ba0 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -61,6 +61,7 @@ set(server_libs bz2 z zstd + lz4 ) target_link_libraries(vecwise_server ${server_libs})