Update some dependencies

This commit is contained in:
Georg Hagen
2024-12-19 12:06:32 +01:00
parent 2334d48856
commit c51263f526
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
pugixml pugixml
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
GIT_REPOSITORY ${PUGIXML_REPO} GIT_REPOSITORY ${PUGIXML_REPO}
GIT_TAG v1.14 GIT_TAG 4bc14418d12d289dd9978fdce9490a45deeb653e
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
) )
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE) set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
ryml ryml
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
GIT_REPOSITORY ${RAPIDYAML_REPO} GIT_REPOSITORY ${RAPIDYAML_REPO}
GIT_TAG v0.6.0 GIT_TAG v0.7.2
GIT_SHALLOW FALSE # ensure submodules are checked out GIT_SHALLOW FALSE # ensure submodules are checked out
) )
FetchContent_MakeAvailable(ryml) FetchContent_MakeAvailable(ryml)

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
yaml-cpp yaml-cpp
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
GIT_REPOSITORY ${YAMLCPP_REPO} GIT_REPOSITORY ${YAMLCPP_REPO}
GIT_TAG 0.8.0 GIT_TAG d45c4fba3eccb318441ceeccca67345b0dd21a80
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
) )
set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "" FORCE) set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "" FORCE)