diff --git a/tests/catch/CMakeLists.txt b/tests/catch/CMakeLists.txt index b2d0cc2d1..385aadec5 100644 --- a/tests/catch/CMakeLists.txt +++ b/tests/catch/CMakeLists.txt @@ -63,7 +63,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v3.7.0) FetchContent_MakeAvailable(Catch2) diff --git a/tests/googlemock/CMakeLists.txt b/tests/googlemock/CMakeLists.txt index c364fee37..3fe7b24e5 100644 --- a/tests/googlemock/CMakeLists.txt +++ b/tests/googlemock/CMakeLists.txt @@ -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) diff --git a/tests/googletest/CMakeLists.txt b/tests/googletest/CMakeLists.txt index cd7a8beab..240251800 100644 --- a/tests/googletest/CMakeLists.txt +++ b/tests/googletest/CMakeLists.txt @@ -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)