We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff89da2 commit 670233eCopy full SHA for 670233e
CMakeLists.txt
@@ -26,7 +26,7 @@ set(ZLIB_STATIC_LIB ${ZLIB_INSTALL_DIR}/lib/libz.a)
26
# Install zstd
27
#
28
# renovate: datasource=github-tags depName=facebook/zstd
29
-set(ZSTD_VERSION 1.5.6)
+set(ZSTD_VERSION 1.5.7)
30
set(ZSTD_URL https://github.com/facebook/zstd/releases/download/v${ZSTD_VERSION}/zstd-${ZSTD_VERSION}.tar.gz)
31
set(ZSTD_INSTALL_DIR ${CMAKE_BINARY_DIR}/zstd-install)
32
0 commit comments