Skip to content

Commit

Permalink
Merge pull request #239 from uilianries/hotfix/find-zstd
Browse files Browse the repository at this point in the history
Add support to ZSTD as static library
  • Loading branch information
9EOR9 committed Dec 22, 2023
2 parents 77a2e6a + 389876a commit 26cef16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindZStd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_path(ZSTD_INCLUDE_DIRS
HINTS ${ZSTD_ROOT_DIR}/include)

find_library(ZSTD_LIBRARIES
NAMES zstd
NAMES zstd zstd_static
HINTS ${ZSTD_ROOT_DIR}/lib)

include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit 26cef16

Please sign in to comment.