summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e03fffd8d..7f22ea97a 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -231,7 +231,7 @@ endif()
231 231
232create_target_directory_groups(common) 232create_target_directory_groups(common)
233 233
234target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) 234target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads)
235target_link_libraries(common PRIVATE lz4::lz4 xbyak) 235target_link_libraries(common PRIVATE lz4::lz4 xbyak)
236if (MSVC) 236if (MSVC)
237 target_link_libraries(common PRIVATE zstd::zstd) 237 target_link_libraries(common PRIVATE zstd::zstd)