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(
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)