Skip to content

Commit d3b4c3b

Browse files
committed
Revert mirror removal
1 parent a3b03e5 commit d3b4c3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

+3-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,9 @@ if(DEFINED ENV{ARROW_GTEST_URL})
697697
set(GTEST_SOURCE_URL "$ENV{ARROW_GTEST_URL}")
698698
else()
699699
set_urls(GTEST_SOURCE_URL
700-
"https://github.com/google/googletest/archive/v${ARROW_GTEST_BUILD_VERSION}.tar.gz")
700+
"https://github.com/google/googletest/archive/v${ARROW_GTEST_BUILD_VERSION}.tar.gz"
701+
"https://chromium.googlesource.com/external/github.com/google/googletest/+archive/release-${ARROW_GTEST_BUILD_VERSION}.tar.gz"
702+
"${THIRDPARTY_MIRROR_URL}/gtest-${ARROW_GTEST_BUILD_VERSION}.tar.gz")
701703
endif()
702704

703705
if(DEFINED ENV{ARROW_JEMALLOC_URL})

0 commit comments

Comments
 (0)