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 b29582e commit 47fd310
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 @@ -303,7 +303,7 @@ target_include_directories(run_all PUBLIC
PRIVATE src)


target_link_libraries(run_all PUBLIC gtest_main gflags btrblocks tpch hyper vectorwise common ${JEVENTSLIB} x86_64_avx512bw_intrinsic_1024_uf1_falp ALP libzstd)
target_link_libraries(run_all PUBLIC gtest_main gflags btrblocks tpch hyper vectorwise common ${JEVENTSLIB} x86_64_avx512bw_intrinsic_1024_uf1_falp ALP libzstd_shared)
target_compile_options(run_all PUBLIC -mavx512dq)


Expand Down

0 comments on commit 47fd310

Please sign in to comment.