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 c2ace32 commit ef47ee9Copy full SHA for ef47ee9
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.14.2)
+ set(LIBXML_VER v2.14.4)
81
FetchContent_Declare(libxml2
82
GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
83
GIT_TAG ${LIBXML_VER}
@@ -91,7 +91,7 @@ endif()
91
#################################################
92
93
set(MUUID_REPO gershnik/modern-uuid)
94
-set(MUUID_VER v1.7)
+set(MUUID_VER v1.8)
95
FetchContent_Declare(modern-uuid
96
GIT_REPOSITORY https://github.com/${MUUID_REPO}.git
97
GIT_TAG ${MUUID_VER}
0 commit comments