Skip to content
Permalink
Browse files
Merge pull request #8917 from jwsharpe/require/zstd
Pushed required version of lib-zstd to 1.4.0 or higher
  • Loading branch information
leoetlino committed Oct 21, 2020
2 parents fd5f9f4 + 135cd39 commit 548bfbe
Showing 1 changed file with 2 additions and 2 deletions.
@@ -618,9 +618,9 @@ else()
add_subdirectory(Externals/liblzma)
endif()

pkg_search_module(ZSTD QUIET libzstd)
pkg_check_modules(ZSTD QUIET libzstd>=1.4.0)
if(ZSTD_FOUND)
message(STATUS "Using shared zstd")
message(STATUS "Using shared zstd version: " ${ZSTD_VERSION})
else()
check_vendoring_approved(zstd)
message(STATUS "Shared zstd not found, falling back to the static library")

0 comments on commit 548bfbe

Please sign in to comment.