From b3a8435175781c32e98abb5941f22518c71e9847 Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 20 Feb 2019 05:59:42 +0000 Subject: [PATCH] db_tests: fix undefined references in get_log_chunk_gzipped --- tests/db_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/db_tests/CMakeLists.txt b/tests/db_tests/CMakeLists.txt index 294f3112..2333a149 100644 --- a/tests/db_tests/CMakeLists.txt +++ b/tests/db_tests/CMakeLists.txt @@ -1,3 +1,3 @@ add_executable(db_tests db_tests.cpp) -target_link_libraries(db_tests crypto common lmdb ${Boost_LIBRARIES}) +target_link_libraries(db_tests crypto common lmdb zlib ${Boost_LIBRARIES})