Update to latest Google Test

PiperOrigin-RevId: 251640007
Change-Id: Ied7b1c07c49c6574bc26591902c520a53b56b658
pull/26/head
Christian Blichmann 2019-06-05 07:39:42 -07:00 committed by Copybara-Service
parent 9b78e331fa
commit 65440dddd6
2 changed files with 4 additions and 4 deletions

View File

@ -90,9 +90,9 @@ http_archive(
# GoogleTest/GoogleMock
http_archive(
name = "com_google_googletest",
sha256 = "70404b4a887fd8efce2179e9918e58cdac03245e575408ed87799696e816ecb8",
strip_prefix = "googletest-f80d6644d4b451f568a2e7aea1e01e842eb242dc",
urls = ["https://github.com/google/googletest/archive/f80d6644d4b451f568a2e7aea1e01e842eb242dc.zip"], # 2019-02-05
sha256 = "baed63b97595c32667694de0a434f8f23da59609c4a44f3360ba94b0abd5c583",
strip_prefix = "googletest-8ffb7e5c88b20a297a2e786c480556467496463b",
urls = ["https://github.com/google/googletest/archive/8ffb7e5c88b20a297a2e786c480556467496463b.zip"], # 2019-05-30
)
# Google Benchmark

View File

@ -38,7 +38,7 @@ list(APPEND DEPENDENCIES glog)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG f80d6644d4b451f568a2e7aea1e01e842eb242dc # 2019-02-05
GIT_TAG 8ffb7e5c88b20a297a2e786c480556467496463b # 2019-05-30
# Just clone into directory
CONFIGURE_COMMAND ""
BUILD_COMMAND ""