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( FetchContent_Declare(
Catch2 Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1) GIT_TAG v3.7.0)
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)

View File

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

View File

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