From 11f76a171052fac963a12219e98636fbefc32b04 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Tue, 29 Dec 2020 17:40:13 +0100
Subject: [PATCH] Update googletest (#2338)
This fixes the cmake deprecation warnings
Ref: https://github.com/google/googletest/pull/3094
---
tests/CMakeLists.txt.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/CMakeLists.txt.in b/tests/CMakeLists.txt.in
index 64866db7..011599eb 100644
--- a/tests/CMakeLists.txt.in
+++ b/tests/CMakeLists.txt.in
@@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
- GIT_TAG 18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6
+ GIT_TAG 389cb68b87193358358ae87cc56d257fd0d80189
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""