Skip to content

Commit

Permalink
Revert mirror removal
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 4, 2024
1 parent 74daf23 commit b8f5753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,9 @@ if(DEFINED ENV{ARROW_GTEST_URL})
set(GTEST_SOURCE_URL "$ENV{ARROW_GTEST_URL}")
else()
set_urls(GTEST_SOURCE_URL
"https://github.com/google/googletest/archive/v${ARROW_GTEST_BUILD_VERSION}.tar.gz")
"https://github.com/google/googletest/archive/v${ARROW_GTEST_BUILD_VERSION}.tar.gz"
"https://chromium.googlesource.com/external/github.com/google/googletest/+archive/release-${ARROW_GTEST_BUILD_VERSION}.tar.gz"
"${THIRDPARTY_MIRROR_URL}/gtest-${ARROW_GTEST_BUILD_VERSION}.tar.gz")
endif()

if(DEFINED ENV{ARROW_JEMALLOC_URL})
Expand Down

0 comments on commit b8f5753

Please sign in to comment.