update gtest (#965)

This commit is contained in:
Jordan Maples [MSFT] 2021-01-04 11:31:01 -08:00 committed by GitHub
parent eca0eca6f1
commit 1c509ad8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ""