mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Update to latest Google Test
PiperOrigin-RevId: 251640007 Change-Id: Ied7b1c07c49c6574bc26591902c520a53b56b658
This commit is contained in:
parent
9b78e331fa
commit
65440dddd6
|
@ -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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user