Skip to content

Commit faef18b

Browse files
committed
ARROW-15709: [C++] Revert change
This reverts commit afaa92e, as it seems it can have adverse effects on contributors' checkouts. Closes #12454 from pitrou/revert-afaa92e7e4289d6e4f302cc91810368794e8092b Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent d94365f commit faef18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/engine/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(ARROW_ENGINE_SRCS
3434
substrait/relation_internal.cc
3535
substrait/type_internal.cc)
3636

37-
set(SUBSTRAIT_LOCAL_DIR "${CMAKE_CURRENT_BINARY_DIR}/substrait_clone")
37+
set(SUBSTRAIT_LOCAL_DIR "${CMAKE_CURRENT_BINARY_DIR}/substrait")
3838
set(SUBSTRAIT_GEN_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated")
3939
set(SUBSTRAIT_PROTOS
4040
capabilities

0 commit comments

Comments
 (0)