aboutsummaryrefslogtreecommitdiff
path: root/cmake/external/libxml2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/external/libxml2.cmake')
-rw-r--r--cmake/external/libxml2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/external/libxml2.cmake b/cmake/external/libxml2.cmake
index c00ace2..f31ac0e 100644
--- a/cmake/external/libxml2.cmake
+++ b/cmake/external/libxml2.cmake
@@ -33,7 +33,7 @@ endforeach(lib)
include (ExternalProject)
ExternalProject_Add(${LIBXML2_TARGET}
PREFIX ${LIBXML2_TARGET}
- GIT_REPOSITORY GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2
+ GIT_REPOSITORY https://github.com/GNOME/libxml2.git
GIT_TAG master
UPDATE_COMMAND ""
CONFIGURE_COMMAND ${LIBXML2_SRC_DIR}/autogen.sh --without-python