We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aeba3 commit 8ac7e27Copy full SHA for 8ac7e27
1 file changed
CMakeLists.txt
@@ -268,7 +268,7 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
268
)
269
270
ExternalProject_add(expat${suffix}
271
- URL http://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.bz2
+ URL https://github.com/libexpat/libexpat/releases/download/R_2_3_0/expat-${EXPAT_VERSION}.tar.bz2
272
URL_HASH ${EXPAT_HASH}
273
DOWNLOAD_DIR ${DOWNLOAD_DIR}
274
CONFIGURE_COMMAND ${compiler_flags} ${wrapper_command} <SOURCE_DIR>/configure
0 commit comments