Skip to content

Commit

Permalink
Fixed libzstd reference
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Mar 13, 2024
1 parent 6b123b0 commit d40b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ endif(NOT STATIC_BUILD_DO_NOT_USE)
if(ZSTD_FOUND AND PREFER_SYSTEM_ZSTD)
list(APPEND LIBRARIES PkgConfig::ZSTD)
else()
list(APPEND LIBRARIES libzstd_static)
list(APPEND LIBRARIES zstd)
endif()

if(XXHASH_FOUND
Expand Down

0 comments on commit d40b18a

Please sign in to comment.