Skip to content

Commit

Permalink
Fix build failure on Arrow 11's boost verification (oap-project#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored and zhejiangxiaomai committed Mar 29, 2023
1 parent 01716ce commit 65d6258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if(VELOX_ENABLE_ARROW)
ExternalProject_Add(
arrow_ep
PREFIX ${ARROW_PREFIX}
URL "https://dlcdn.apache.org/arrow/arrow-11.0.0/apache-arrow-11.0.0.tar.gz"
URL "https://github.com/oap-project/arrow/archive/refs/tags/v11.0.0-gluten-1.0.0.tar.gz"
SOURCE_SUBDIR cpp
CMAKE_ARGS ${ARROW_CMAKE_ARGS}
BUILD_BYPRODUCTS ${ARROW_LIBDIR}/libarrow.a ${ARROW_LIBDIR}/libparquet.a
Expand Down

0 comments on commit 65d6258

Please sign in to comment.