Skip to content

Commit

Permalink
Set ARROW_DEPENDENCY_SOURCE=AUTO for arrow build (#10819)
Browse files Browse the repository at this point in the history
Summary:
The build fails with conda. See #10818
Resolves #10818

Pull Request resolved: #10819

Reviewed By: kgpai

Differential Revision: D61685854

Pulled By: xiaoxmeng

fbshipit-source-id: 3891d5997d058e31f46d7f5e8eb74d7e9bb8c1ba
  • Loading branch information
majetideepak authored and facebook-github-bot committed Aug 22, 2024
1 parent d0fc5e3 commit b228e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/resolve_dependency_modules/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if(VELOX_ENABLE_ARROW)
set(ARROW_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/arrow_ep")
set(ARROW_CMAKE_ARGS
-DARROW_PARQUET=OFF
-DARROW_DEPENDENCY_SOURCE=AUTO
-DARROW_WITH_THRIFT=ON
-DARROW_WITH_LZ4=ON
-DARROW_WITH_SNAPPY=ON
Expand Down

0 comments on commit b228e09

Please sign in to comment.