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.
2 parents 0461a3f + e70b206 commit 39c9ab0Copy full SHA for 39c9ab0
cmake/cmake/modules/Packages/LibXml2.cmake
@@ -38,7 +38,7 @@ set(PHP_LIBXML2_DOWNLOAD_VERSION 2.12.7)
38
39
FetchContent_Declare(
40
LibXml2
41
- URL https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${PHP_LIBXML2_DOWNLOAD_VERSION}/libxml2-v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
+ URL https://github.com/GNOME/libxml2/archive/refs/tags/v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
42
EXCLUDE_FROM_ALL
43
SYSTEM
44
FIND_PACKAGE_ARGS
0 commit comments