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 f77f58c commit ec5553cCopy full SHA for ec5553c
CMakeLists.txt
@@ -14,7 +14,7 @@ include(ExternalProject)
14
# renovate: datasource=github-tags depName=madler/zlib
15
set(ZLIB_VERSION 1.3.1)
16
set(ZLIB_URL https://zlib.net/zlib-${ZLIB_VERSION}.tar.xz
17
- https://github.com/madler/zlib/releases/download/v{ver}/zlib-${ZLIB_VERSION}.tar.xz)
+ https://github.com/madler/zlib/releases/download/v${ZLIB_VERSION}/zlib-${ZLIB_VERSION}.tar.xz)
18
set(ZLIB_INSTALL_DIR ${CMAKE_BINARY_DIR}/zlib-install)
19
set(ZLIB_STATIC_LIB ${ZLIB_INSTALL_DIR}/lib/libz.a)
20
0 commit comments