Skip to content

Commit

Permalink
Switch to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 19, 2022
1 parent 08cc494 commit 575896e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@ foreach(_VERSION_ENTRY ${TOOLCHAIN_VERSIONS_TXT})
set(${_VARIABLE_NAME} ${_VARIABLE_VALUE})
endforeach()

set(THIRDPARTY_MIRROR_URL
"https://github.com/ursa-labs/thirdparty/releases/download/apache-arrow-7.0.0")
set(THIRDPARTY_MIRROR_URL "https://apache.jfrog.io/artifactory/arrow/thirdparty/7.0.0")

if(DEFINED ENV{ARROW_ABSL_URL})
set(ABSL_SOURCE_URL "$ENV{ARROW_ABSL_URL}")
Expand Down

0 comments on commit 575896e

Please sign in to comment.