Bumped git-versions in cmake for catch and googletest

This commit is contained in:
Magnus Hellströmer
2024-09-08 19:42:45 +02:00
parent 540a248d72
commit bae85624a0
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ Include(FetchContent)
FetchContent_Declare(
GTest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0)
GIT_TAG v1.15.2)
FetchContent_MakeAvailable(GTest)