summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2021-03-06 19:11:26 +0100
committerJoel Rosdahl <joel@rosdahl.net>2021-03-07 14:14:48 +0100
commita3df39e7b4f2a96a67db28878e7476412849ae60 (patch)
tree95b5916a1cab2d39403982389385561d4a77b8e8 /cmake
parente7bb8526f4298d6a0c53ba25b3300bc26d6f7bd1 (diff)
downloadccache-a3df39e7b4f2a96a67db28878e7476412849ae60.tar.gz
Upgrade to zstd 1.4.9
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Findzstd.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Findzstd.cmake b/cmake/Findzstd.cmake
index 0044937b..e889a680 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.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})