Roll external/googletest/ 88af49efa..ca0d46e95 (4 commits) (#5180)

88af49efa7...ca0d46e95d

$ git log 88af49efa..ca0d46e95 --date=short --no-merges --format='%ad %ae %s'
2023-03-28 dmauro Fix redundant redeclaration warning
2023-03-28 dmauro Remove the Win64 arch from the CMake Generator since this can't be used with MSVC 2022
2023-03-23 65027571+gonzalobg Add doc comment
2022-12-28 gonzalob Fix warnings with nvc++ as the compiler

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
This commit is contained in:
github-actions[bot] 2023-03-29 13:07:20 -04:00 committed by GitHub
parent a0fcd06f8f
commit f5ff7ae4a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
DEPS
View File

@ -5,7 +5,7 @@ vars = {
'effcee_revision': '66edefd2bb641de8a2f46b476de21f227fc03a28',
'googletest_revision': '88af49efa72a06d56910d69ecfd87e3b330e5778',
'googletest_revision': 'ca0d46e95dd13e331bb9419b0b0e3af758e8644c',
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v3.13.0.1',