Skip to content

Commit ec5553c

Browse files
committed
cmake: fix silly typo in zlib mirror url
Follow-up to 4a8c395 #191
1 parent f77f58c commit ec5553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(ExternalProject)
1414
# renovate: datasource=github-tags depName=madler/zlib
1515
set(ZLIB_VERSION 1.3.1)
1616
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)
17+
https://github.com/madler/zlib/releases/download/v${ZLIB_VERSION}/zlib-${ZLIB_VERSION}.tar.xz)
1818
set(ZLIB_INSTALL_DIR ${CMAKE_BINARY_DIR}/zlib-install)
1919
set(ZLIB_STATIC_LIB ${ZLIB_INSTALL_DIR}/lib/libz.a)
2020

0 commit comments

Comments
 (0)