Update GoogleTest to v1.15.0

This commit is contained in:
Petra Baranski
2024-07-20 13:46:24 +02:00
committed by GitHub
parent 369859f7ed
commit 1f12bc15b6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
## Upcoming ## Upcoming
* ? * ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.15.0.
## version 1.3.0 2023-08-26 ## version 1.3.0 2023-08-26

View File

@@ -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)