Downgrade yaml-cpp because ios refuses to download the new commit

This commit is contained in:
Georg Hagen
2024-12-23 16:45:38 +01:00
parent 32e74f6821
commit c08892c1cb

View File

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