]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Upgrade to zstd 1.5.0
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 14 May 2021 18:11:23 +0000 (20:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 14 May 2021 18:11:53 +0000 (20:11 +0200)
cmake/Findzstd.cmake

index e889a680923091d34be6b77d0388d0a0b759eb93..e5fc8cdee7d9387684e2c1aeea6bc1ab6997a3ed 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.4.9")
+  set(zstd_version "1.5.0")
   set(zstd_url https://github.com/facebook/zstd/archive/v${zstd_version}.tar.gz)
 
   set(zstd_dir ${CMAKE_BINARY_DIR}/zstd-${zstd_version})