From b29582eb6144bc8770f60232f5eb23341d4511d0 Mon Sep 17 00:00:00 2001 From: azim Date: Mon, 18 Nov 2024 16:26:34 +0100 Subject: [PATCH] use libzstd_shared --- publication/source_code/bench_end_to_end/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publication/source_code/bench_end_to_end/CMakeLists.txt b/publication/source_code/bench_end_to_end/CMakeLists.txt index 6fd3b64..f51b251 100644 --- a/publication/source_code/bench_end_to_end/CMakeLists.txt +++ b/publication/source_code/bench_end_to_end/CMakeLists.txt @@ -325,6 +325,6 @@ target_include_directories(run_query PUBLIC PRIVATE src) -target_link_libraries(run_query PUBLIC gtest_main gflags btrblocks tpch hyper vectorwise common ${JEVENTSLIB} x86_64_avx512bw_intrinsic_1024_uf1_falp ALP libzstd) +target_link_libraries(run_query PUBLIC gtest_main gflags btrblocks tpch hyper vectorwise common ${JEVENTSLIB} x86_64_avx512bw_intrinsic_1024_uf1_falp ALP libzstd_shared) target_compile_options(run_query PUBLIC -mavx512dq) \ No newline at end of file