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
path: root/tests
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-02-18 21:13:03 +0300
committerJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-02-18 21:13:03 +0300
commit8d6ca323fad94f22b0233d30fdf13228bcb5ccb0 (patch)
tree9b6de0a9ee887dd361f2bd88f1e6eec38b97cea1 /tests
parent67a7f7eaef6481d9f929bef24839b05dfbbd7b5a (diff)
GTest latest is breaking, rolling back to 1.10 until further investigation
Diffstat (limited to 'tests')
-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 50c041d..f380b8f 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 master
+ GIT_TAG 703bd9caab50b139428cea1aaff9974ebee5742e
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""