From 1c509ad8e137813d99e23a06dbb3413bedc924a1 Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Mon, 4 Jan 2021 11:31:01 -0800 Subject: update gtest (#965) --- tests/CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt.in b/tests/CMakeLists.txt.in index f380b8f..1b10044 100644 --- a/tests/CMakeLists.txt.in +++ b/tests/CMakeLists.txt.in @@ -4,7 +4,7 @@ project(googletest-download NONE) include(ExternalProject) ExternalProject_Add(googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG 703bd9caab50b139428cea1aaff9974ebee5742e + GIT_TAG 389cb68b87193358358ae87cc56d257fd0d80189 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src" BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build" CONFIGURE_COMMAND "" -- cgit v1.2.3