Update dependencies

This commit is contained in:
Georg Hagen
2025-03-26 15:08:11 +01:00
parent 35097ea606
commit 9765df756e
4 changed files with 6 additions and 4 deletions

View File

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