Skip to content

Commit

Permalink
ARROW-15709: [C++] Compilation of ARROW_ENGINE fails if doing an "inl…
Browse files Browse the repository at this point in the history
…ine" build

This change modifies the destination directory of the clone so it is unique.

Closes #12444 from westonpace/bugfix/ARROW-15709--substrait-clobbers-inline-build

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
westonpace committed Feb 17, 2022
1 parent 3ce4f81 commit afaa92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(ARROW_ENGINE_SRCS
substrait/relation_internal.cc
substrait/type_internal.cc)

set(SUBSTRAIT_LOCAL_DIR "${CMAKE_CURRENT_BINARY_DIR}/substrait")
set(SUBSTRAIT_LOCAL_DIR "${CMAKE_CURRENT_BINARY_DIR}/substrait_clone")
set(SUBSTRAIT_GEN_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated")
set(SUBSTRAIT_PROTOS
capabilities
Expand Down

0 comments on commit afaa92e

Please sign in to comment.