Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add_executable(
target_link_libraries(
test_protocolparser
akumuli
sqlite3
"${SQLITE3_LIBRARY}"
${Boost_LIBRARIES}
"${LOG4CXX_LIBRARIES}"
pthread
Expand Down Expand Up @@ -224,7 +224,6 @@ target_link_libraries(
test_storage
roaring
lz4
sqlite3
"${SQLITE3_LIBRARY}"
"${APRUTIL_LIBRARY}"
"${APR_LIBRARY}"
Expand Down Expand Up @@ -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}
Expand Down