Skip to content

Commit 8ac7e27

Browse files
authored
Move expat to github
1 parent a0aeba3 commit 8ac7e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function(toolchain_deps toolchain_deps_dir toolchain_install_dir toolchain_suffi
268268
)
269269

270270
ExternalProject_add(expat${suffix}
271-
URL http://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.bz2
271+
URL https://github.com/libexpat/libexpat/releases/download/R_2_3_0/expat-${EXPAT_VERSION}.tar.bz2
272272
URL_HASH ${EXPAT_HASH}
273273
DOWNLOAD_DIR ${DOWNLOAD_DIR}
274274
CONFIGURE_COMMAND ${compiler_flags} ${wrapper_command} <SOURCE_DIR>/configure

0 commit comments

Comments
 (0)