From 21b026aa2cbb91aa0691b8c71260b3bf65e71e96 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Tue, 9 Jul 2024 14:34:22 -0700 Subject: [PATCH] Use googletest branch v1.14.x Change-Id: I09d59a2690bd3c46595f8a4938f520add86e3a63 --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 5a4e85a51..9b2afbe37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "third_party/googletest"] path = third_party/googletest url = https://github.com/google/googletest.git + branch = v1.14.x