From 20b483f154d7bcbcadb754b121247e53e250fef7 Mon Sep 17 00:00:00 2001 From: Timothy Hutchins Date: Mon, 15 May 2023 14:55:58 -0500 Subject: [PATCH] Updated gtest to commit 4679637 Fixes build issue with googletest documented in [this issue](https://github.com/google/googletest/issues/3835) where the build would fail with a maybe uninitialized error. This commit should bring the changes that fixed the issue in gtest to the submodule in this repository. --- third_party/gtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/gtest b/third_party/gtest index 703bd9c..4679637 160000 --- a/third_party/gtest +++ b/third_party/gtest @@ -1 +1 @@ -Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e +Subproject commit 4679637f1c9d5a0728bdc347a531737fad0b1ca3