Skip to content

Commit c2ace32

Browse files
committed
Updating libxml dependency
1 parent 20bd448 commit c2ace32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if (NOT LibXml2_FOUND)
7777
set(LIBXML2_WITH_MODULES OFF)
7878
set(LIBXML2_WITH_PROGRAMS OFF)
7979

80-
set(LIBXML_VER v2.13.8)
80+
set(LIBXML_VER v2.14.2)
8181
FetchContent_Declare(libxml2
8282
GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
8383
GIT_TAG ${LIBXML_VER}

0 commit comments

Comments
 (0)