Skip to content

Commit 729bf95

Browse files
FedeDPpoiana
authored andcommitted
update(cmake): bump yaml-cpp to latest master.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent b50903e commit 729bf95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/yaml-cpp.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if(USE_BUNDLED_YAMLCPP)
1919
include(FetchContent)
2020
FetchContent_Declare(
2121
yamlcpp
22-
URL https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz
23-
URL_HASH SHA256=fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16
22+
URL https://github.com/jbeder/yaml-cpp/archive/c2bec4c755c67ad86185a2a264996137904fb712.tar.gz
23+
URL_HASH SHA256=faea1ffdbad81b958b3b45a63ba667f4db53a3fffb983ca5df4745cf90044797
2424
)
2525
FetchContent_MakeAvailable(yamlcpp)
2626
else()

0 commit comments

Comments
 (0)