From c51263f526690491f84e38c8d761330fcd8a469b Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Thu, 19 Dec 2024 12:06:32 +0100 Subject: [PATCH] Update some dependencies --- 3rdParty/pugixml/CMakeLists.txt | 2 +- 3rdParty/rapidyaml/CMakeLists.txt | 2 +- 3rdParty/yaml-cpp/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdParty/pugixml/CMakeLists.txt b/3rdParty/pugixml/CMakeLists.txt index 9541e97..c9e670c 100644 --- a/3rdParty/pugixml/CMakeLists.txt +++ b/3rdParty/pugixml/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( pugixml EXCLUDE_FROM_ALL GIT_REPOSITORY ${PUGIXML_REPO} - GIT_TAG v1.14 + GIT_TAG 4bc14418d12d289dd9978fdce9490a45deeb653e GIT_SHALLOW TRUE ) set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE) diff --git a/3rdParty/rapidyaml/CMakeLists.txt b/3rdParty/rapidyaml/CMakeLists.txt index aca7338..18cc3f0 100644 --- a/3rdParty/rapidyaml/CMakeLists.txt +++ b/3rdParty/rapidyaml/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( ryml EXCLUDE_FROM_ALL GIT_REPOSITORY ${RAPIDYAML_REPO} - GIT_TAG v0.6.0 + GIT_TAG v0.7.2 GIT_SHALLOW FALSE # ensure submodules are checked out ) FetchContent_MakeAvailable(ryml) \ No newline at end of file diff --git a/3rdParty/yaml-cpp/CMakeLists.txt b/3rdParty/yaml-cpp/CMakeLists.txt index 076fc3d..8f14e90 100644 --- a/3rdParty/yaml-cpp/CMakeLists.txt +++ b/3rdParty/yaml-cpp/CMakeLists.txt @@ -8,7 +8,7 @@ FetchContent_Declare( yaml-cpp EXCLUDE_FROM_ALL GIT_REPOSITORY ${YAMLCPP_REPO} - GIT_TAG 0.8.0 + GIT_TAG d45c4fba3eccb318441ceeccca67345b0dd21a80 GIT_SHALLOW TRUE ) set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "" FORCE)