From 2500dfba709b550a03352e3c2cf867279987e0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kowalski?= Date: Thu, 23 Jan 2020 21:08:18 +0100 Subject: [PATCH] add lz4 to ld-config --- Server/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/CMakeLists.txt b/Server/CMakeLists.txt index f8cffe6..699797d 100644 --- a/Server/CMakeLists.txt +++ b/Server/CMakeLists.txt @@ -134,7 +134,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR CMAKE_COMPILER_IS_GNUCXX) endif() # Set the libs to link -set (LIBS pthread ${LIBYAML_CPP_LIBRARY} ${LIBRDKAFKA_CPP_LIBRARY} ${LIBRDKAFKA_LIBRARY} z ${SSL_LIBS} dl) +set (LIBS pthread ${LIBYAML_CPP_LIBRARY} ${LIBRDKAFKA_CPP_LIBRARY} ${LIBRDKAFKA_LIBRARY} z ${SSL_LIBS} dl lz4) # Set the binary add_executable (openbmpd ${SRC_FILES})