Skip to content

Commit

Permalink
ARROW-15830: [C++] Ensure target directory exists before running Subs…
Browse files Browse the repository at this point in the history
…trait generation

Closes apache#12548 from pitrou/ARROW-15830-ubuntu-cpp-bundled

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
pitrou authored and kou committed Mar 2, 2022
1 parent 6cf79d6 commit e989fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,7 @@ macro(build_substrait)
set(SUBSTRAIT_LOCAL_DIR ${SOURCE_DIR})

set(SUBSTRAIT_CPP_DIR "${CMAKE_CURRENT_BINARY_DIR}/substrait_ep-generated")
file(MAKE_DIRECTORY ${SUBSTRAIT_CPP_DIR})

set(SUBSTRAIT_SUPPRESSED_WARNINGS)
if(MSVC)
Expand Down

0 comments on commit e989fb3

Please sign in to comment.