Skip to content

Commit

Permalink
use libzstd_shared
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Nov 18, 2024
1 parent 2ca5122 commit b29582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publication/source_code/bench_end_to_end/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b29582e

Please sign in to comment.