summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya0@users.noreply.github.com>2026-07-26 02:37:54 -0400
committerGitHub <noreply@github.com>2026-07-26 02:37:54 -0400
commite92c2103e22281b892e65760b4b11d81d4795c86 (patch)
tree635c0c2c5b3f4e85e2ec988aa23b22fb5d5da935
parent65eb11cb56ec5425cdbab7a7536b168a82e4b815 (diff)
Bump yaml-cpp to the 0.9.0 release (#235)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c6a7d2..e67e2eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -339,7 +339,7 @@ set(YAML_CPP_DISABLE_UNINSTALL ON)
FetchContent_Declare(
yaml-cpp
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
- GIT_TAG 2f86d13775d119edbb69af52e5f566fd65c6953b
+ GIT_TAG yaml-cpp-0.9.0
)
set(YAML_CPP_BUILD_TESTS OFF)
FetchContent_MakeAvailable(yaml-cpp)