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.
1 parent 20bd448 commit c2ace32Copy full SHA for c2ace32
cmake/dependencies.cmake
@@ -77,7 +77,7 @@ if (NOT LibXml2_FOUND)
77
set(LIBXML2_WITH_MODULES OFF)
78
set(LIBXML2_WITH_PROGRAMS OFF)
79
80
- set(LIBXML_VER v2.13.8)
+ set(LIBXML_VER v2.14.2)
81
FetchContent_Declare(libxml2
82
GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
83
GIT_TAG ${LIBXML_VER}
0 commit comments