aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlat9nq <lat9nq@virginia.edu>2020-09-28 20:28:47 -0400
committerlat9nq <lat9nq@virginia.edu>2020-09-28 20:28:47 -0400
commit9d665cb8dbc560e5f5492d34aeab4bf41b9353d3 (patch)
tree225c5f9e70c6906974e407eb599c8b1f323f77c4 /src
parenta8be822e8eb5cda83b09bcf6c1478b8bef2f2caf (diff)
CMakeLists: fix for finding zstd on linux-mingw
Diffstat (limited to 'src')
-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 5d54516eb8..ea0191c4ba 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -192,4 +192,4 @@ create_target_directory_groups(common)
find_package(Boost 1.71 COMPONENTS context headers REQUIRED)
target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile)
-target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd xbyak)
+target_link_libraries(common PRIVATE lz4::lz4 zstd xbyak)