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})