From 04d661cc7bad4dfe498a9fcf5b4abb4d295270ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WebFolder=20O=C3=9C?= Date: Wed, 6 May 2020 23:30:07 +0300 Subject: [PATCH] Use cmake variable name for sqlite3 library --- unittests/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 29c4660f..174670f8 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -51,7 +51,7 @@ add_executable( target_link_libraries( test_protocolparser akumuli - sqlite3 + "${SQLITE3_LIBRARY}" ${Boost_LIBRARIES} "${LOG4CXX_LIBRARIES}" pthread @@ -224,7 +224,6 @@ target_link_libraries( test_storage roaring lz4 - sqlite3 "${SQLITE3_LIBRARY}" "${APRUTIL_LIBRARY}" "${APR_LIBRARY}" @@ -397,7 +396,7 @@ target_compile_definitions(test_column_store PRIVATE AKU_UNIT_TEST_CONTEXT=1) target_link_libraries( test_column_store - sqlite3 + "${SQLITE3_LIBRARY}" "${APRUTIL_LIBRARY}" "${APR_LIBRARY}" ${Boost_LIBRARIES}