From: Joel Rosdahl Date: Sun, 23 Jan 2022 19:29:27 +0000 (+0100) Subject: bump: Upgrade to zstd 1.5.2 X-Git-Tag: v4.6~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9048b0c35beaa8fcb3f0f6a63f2aa1ceb521e3a;p=thirdparty%2Fccache.git bump: Upgrade to zstd 1.5.2 --- diff --git a/cmake/Findzstd.cmake b/cmake/Findzstd.cmake index e5fc8cdee..402bd959d 100644 --- a/cmake/Findzstd.cmake +++ b/cmake/Findzstd.cmake @@ -6,7 +6,7 @@ if(ZSTD_FROM_INTERNET) # Although ${zstd_FIND_VERSION} was requested, let's download a newer version. # Note: The directory structure has changed in 1.3.0; we only support 1.3.0 # and newer. - set(zstd_version "1.5.0") + set(zstd_version "1.5.2") set(zstd_url https://github.com/facebook/zstd/archive/v${zstd_version}.tar.gz) set(zstd_dir ${CMAKE_BINARY_DIR}/zstd-${zstd_version})