Skip to content

Commit

Permalink
Merge pull request #6423 from nilsvu/fix_yamlcpp
Browse files Browse the repository at this point in the history
Fix yaml-cpp git tag
  • Loading branch information
kidder authored Dec 20, 2024
2 parents 3812871 + b5b4dcd commit 51f7aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SetupYamlCpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (NOT YAML_CPP_FOUND)
include(FetchContent)
FetchContent_Declare(yaml-cpp
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
GIT_TAG yaml-cpp-0.8.0
GIT_TAG 0.8.0
GIT_SHALLOW TRUE
${SPECTRE_FETCHCONTENT_BASE_ARGS}
)
Expand Down

0 comments on commit 51f7aea

Please sign in to comment.