mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40:39 +01:00
Update GoogleTest to v1.15.0
This commit is contained in:
@@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
|
|||||||
|
|
||||||
## Upcoming
|
## Upcoming
|
||||||
|
|
||||||
* ?
|
*  Updated google test to v1.15.0.
|
||||||
|
|
||||||
## version 1.3.0 2023-08-26
|
## version 1.3.0 2023-08-26
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
googletest
|
googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG b796f7d44681514f58a683a3a71ff17c94edb0c1 # v1.13.0
|
GIT_TAG v1.15.0
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(googletest)
|
FetchContent_MakeAvailable(googletest)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user