mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
Compare commits
2 Commits
5f1f962e22
...
update-dep
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c2ac44df0 | ||
|
|
48347d3963 |
@@ -14,6 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
|
||||
|
||||
## Upcoming
|
||||
|
||||
*  Updated google test to v1.17.0.
|
||||
* ...
|
||||
|
||||
## version 1.5.0 2025-04-21
|
||||
|
||||
@@ -21,7 +21,7 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG v1.16.0
|
||||
GIT_TAG v1.17.0
|
||||
)
|
||||
FetchContent_MakeAvailable(googletest)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user