Skip to content

Commit

Permalink
Merge pull request #3 from justsz/fix-cmake-tag
Browse files Browse the repository at this point in the history
Change GIT_TAG to allow build to work with newer CMake versions
  • Loading branch information
Nicholaswogan authored Oct 26, 2022
2 parents ffeded6 + 50f2285 commit 8407875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CPMAddPackage(
NAME libyaml
VERSION 0.2.5
GITHUB_REPOSITORY "yaml/libyaml"
GIT_TAG "0.2.5"
GIT_TAG "release/0.2.5"
EXCLUDE_FROM_ALL ON
)

Expand Down

0 comments on commit 8407875

Please sign in to comment.