Skip to content

Commit

Permalink
ARROW-7783: [C++] Set ARROW_COMPUTE=ON if ARROW_DATASET=ON
Browse files Browse the repository at this point in the history
Closes #6745 from wesm/ARROW-7783

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Wes McKinney <wesm+git@apache.org>
  • Loading branch information
wesm committed Mar 27, 2020
1 parent 72433c6 commit 6981cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ if(ARROW_CUDA OR ARROW_FLIGHT OR ARROW_PARQUET OR ARROW_BUILD_TESTS)
endif()

if(ARROW_DATASET)
set(ARROW_COMPUTE ON)
set(ARROW_FILESYSTEM ON)
endif()

Expand Down

0 comments on commit 6981cf8

Please sign in to comment.