Merge pull request #6986 from libgit2/ethomson/warn_sha1

cmake: warn for not using sha1dc
This commit is contained in:
Edward Thomson
2024-12-28 09:58:25 +00:00
committed by GitHub
3 changed files with 15 additions and 0 deletions

View File

@@ -252,6 +252,8 @@ will introduce a number of breaking changes in v2.0:
https://github.com/libgit2/libgit2/pull/6924
* ci: port latest fixes to nightlies by @ethomson in
https://github.com/libgit2/libgit2/pull/6926
* cmake: warn for not using sha1dc by @ethomson in
https://github.com/libgit2/libgit2/pull/6986
### Documentation improvements