We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac7e27 commit 8353d57Copy full SHA for 8353d57
1 file changed
CMakeLists.txt
@@ -124,7 +124,7 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
124
set(suffix "_${toolchain_suffix}")
125
126
ExternalProject_Add(zlib${suffix}
127
- URL http://downloads.sourceforge.net/project/libpng/zlib/${ZLIB_VERSION}/zlib-${ZLIB_VERSION}.tar.xz
+ URL https://zlib.net/zlib-${ZLIB_VERSION}.tar.xz
128
URL_HASH ${ZLIB_HASH}
129
DOWNLOAD_DIR ${DOWNLOAD_DIR}
130
PATCH_COMMAND patch -d <SOURCE_DIR> -p1 -t -N < ${PROJECT_SOURCE_DIR}/patches/zlib.patch
0 commit comments