Skip to content

Commit ef47ee9

Browse files
committed
Updating dependencies
1 parent c2ace32 commit ef47ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies.cmake

Lines changed: 2 additions & 2 deletions
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.14.2)
80+
set(LIBXML_VER v2.14.4)
8181
FetchContent_Declare(libxml2
8282
GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
8383
GIT_TAG ${LIBXML_VER}
@@ -91,7 +91,7 @@ endif()
9191
#################################################
9292

9393
set(MUUID_REPO gershnik/modern-uuid)
94-
set(MUUID_VER v1.7)
94+
set(MUUID_VER v1.8)
9595
FetchContent_Declare(modern-uuid
9696
GIT_REPOSITORY https://github.com/${MUUID_REPO}.git
9797
GIT_TAG ${MUUID_VER}

0 commit comments

Comments
 (0)