Silence some cmake warnings

This commit is contained in:
Georg Hagen
2025-11-09 14:22:33 +01:00
parent 0f2241762b
commit 266bd794ef
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.9.0
GIT_TAG v0.10.0
GIT_SHALLOW FALSE # ensure submodules are checked out
)
set(C4CORE_INSTALL OFF CACHE BOOL "" FORCE)