Skip to content

Commit

Permalink
arrow: turn on filesystem (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
codesigner authored Sep 5, 2024
1 parent 9c4c348 commit 6e04c3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/externals/arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ set(ARROW_CMAKE_ARGS
-DARROW_COMPUTE=ON
-DARROW_GANDIVA=ON
-DARROW_TESTING=ON
-DARROW_FILESYSTEM=ON
-DARROW_HDFS=ON
-DARROW_S3=ON
-DARROW_AZURE=ON
-DARROW_GCS=ON
-DARROW_CSV=ON
-DARROW_JEMALLOC=OFF
-DARROW_BUILD_TESTS=OFF
-DARROW_BUILD_BENCHMARKS=OFF
Expand Down

0 comments on commit 6e04c3f

Please sign in to comment.