Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2021-01-04 22:31:01 +0300
committerGitHub <noreply@github.com>2021-01-04 22:31:01 +0300
commit1c509ad8e137813d99e23a06dbb3413bedc924a1 (patch)
treea66e7510437e095e6769c50820b99a8b2c07c3f6
parenteca0eca6f1ae12c80f73bdfb73bbcf912289fe34 (diff)
update gtest (#965)
-rw-r--r--tests/CMakeLists.txt.in2
1 files changed, 1 insertions, 1 deletions
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 ""