]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Upgrade to zstd 1.4.9
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Mar 2021 18:11:26 +0000 (19:11 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 7 Mar 2021 13:14:48 +0000 (14:14 +0100)
cmake/Findzstd.cmake

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