Skip to content

Commit

Permalink
Use the apache URL to download apache-arrow. (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Nov 30, 2022
1 parent 71e5a3b commit 24f4a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/apache-arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function(build_arrow)

include(ExternalProject)
externalproject_add(arrow_ep
URL https://github.com/apache/arrow/archive/refs/tags/apache-arrow-9.0.0.tar.gz
URL https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-9.0.0/apache-arrow-9.0.0.tar.gz
SOURCE_SUBDIR cpp
BINARY_DIR "${ARROW_BINARY_DIR}"
CMAKE_ARGS "${ARROW_CMAKE_ARGS}"
Expand Down

0 comments on commit 24f4a92

Please sign in to comment.