Update yaml-cpp to 0.8.0+merge-key-support.3

This commit is contained in:
Oliver Hamlet
2025-04-19 21:58:39 +01:00
parent 6f40f50e76
commit eee46acedd
+2 -2
View File
@@ -178,8 +178,8 @@ set(YAML_CPP_BUILD_TESTS OFF)
set_property(GLOBAL PROPERTY CTEST_TARGETS_ADDED 1)
FetchContent_Declare(
yaml-cpp
URL "https://github.com/loot/yaml-cpp/archive/0.8.0+merge-key-support.2.tar.gz"
URL_HASH "SHA256=e91779044cd4025ec10ed31986031031ef22ebce90a64cc8f85e7c7e95a1abc6")
URL "https://github.com/loot/yaml-cpp/archive/0.8.0+merge-key-support.3.tar.gz"
URL_HASH "SHA256=e2067f1ab8f658aeb8a8795fd0e06a753b4150b9352cae047280e659078dd44f")
# Set BUILD_SHARED_LIBS=OFF to prevent fmt and spdlog from being built as shared
# libraries.