diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
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 | ||
| 232 | create_target_directory_groups(common) | 232 | create_target_directory_groups(common) |
| 233 | 233 | ||
| 234 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) | 234 | target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads) |
| 235 | target_link_libraries(common PRIVATE lz4::lz4 xbyak) | 235 | target_link_libraries(common PRIVATE lz4::lz4 xbyak) |
| 236 | if (MSVC) | 236 | if (MSVC) |
| 237 | target_link_libraries(common PRIVATE zstd::zstd) | 237 | target_link_libraries(common PRIVATE zstd::zstd) |