diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 6ffc612e7..d1ec8ff08 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -172,5 +172,5 @@ endif() | |||
| 172 | 172 | ||
| 173 | create_target_directory_groups(common) | 173 | create_target_directory_groups(common) |
| 174 | 174 | ||
| 175 | target_link_libraries(common PUBLIC Boost::boost fmt microprofile) | 175 | target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile) |
| 176 | target_link_libraries(common PRIVATE lz4_static libzstd_static) | 176 | target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd) |