]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
bump: Upgrade to zstd 1.5.2
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 23 Jan 2022 19:29:27 +0000 (20:29 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 23 Jan 2022 19:29:27 +0000 (20:29 +0100)
cmake/Findzstd.cmake

index e5fc8cdee7d9387684e2c1aeea6bc1ab6997a3ed..402bd959d7ed72fe7f8b1386d5b280b6fdb73ed6 100644 (file)
@@ -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})