This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 7f697b97c43ad6b22354cb027d8b3a1adb3301e3
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Feb 7 21:32:06 2025 +0300

    Update gtest.cmake
---
 cmake/gtest.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake
index f72747e0..6707f729 100644
--- a/cmake/gtest.cmake
+++ b/cmake/gtest.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(gtest
-  google/googletest v1.15.2
-  MD5=eb1c5c237d13ed12bf492d3997ca6b0d
+  google/googletest v1.60.0
+  MD5=92a5fd39c0952595b0ceea41805dd79d
 )
 
 FetchContent_MakeAvailableWithArgs(gtest

Reply via email to