From ea9d57cddebfd16f3354c07e86e4251b1a31cd16 Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Mon, 8 Sep 2025 13:27:28 +0200 Subject: [PATCH] Update googltest library to v1.17.0 --- tests/googletest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/googletest/CMakeLists.txt b/tests/googletest/CMakeLists.txt index d9a4ae750..bcc85b4de 100644 --- a/tests/googletest/CMakeLists.txt +++ b/tests/googletest/CMakeLists.txt @@ -64,7 +64,7 @@ Include(FetchContent) FetchContent_Declare( GTest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.10.0) + GIT_TAG v1.17.0) FetchContent_MakeAvailable(GTest)