Skip to content

Commit

Permalink
apacheGH-44563: [C++] Add missing ARROW_IPC dependency to ARROW_COMPUTE
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 8, 2024
1 parent d748ace commit c73fc6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/cmake_modules/DefineOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,11 @@ takes precedence over ccache if a storage backend is configured" ON)

define_option(ARROW_BUILD_UTILITIES "Build Arrow commandline utilities" OFF)

define_option(ARROW_COMPUTE "Build all Arrow Compute kernels" OFF)
define_option(ARROW_COMPUTE
"Build all Arrow Compute kernels"
OFF
DEPENDS
ARROW_IPC)

define_option(ARROW_CSV "Build the Arrow CSV Parser Module" OFF)

Expand Down

0 comments on commit c73fc6c

Please sign in to comment.