Skip to content

Commit

Permalink
Add support for mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 25, 2023
1 parent a30087e commit 4edcebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ if(DEFINED ENV{ARROW_GOOGLE_CLOUD_CPP_URL})
else()
set_urls(google_cloud_cpp_storage_SOURCE_URL
"https://github.com/googleapis/google-cloud-cpp/archive/${ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION}.tar.gz"
"${THIRDPARTY_MIRROR_URL}/google-cloud-cpp-${ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION}.tar.gz"
)
endif()

Expand Down

0 comments on commit 4edcebf

Please sign in to comment.