Weston Pace created ARROW-15709: ----------------------------------- Summary: [C++] Compilation of ARROW_ENGINE fails if doing an "inline" build Key: ARROW-15709 URL: https://issues.apache.org/jira/browse/ARROW-15709 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Weston Pace
Typically with cmake we create a dedicated build directory. {noformat} cd cpp mkdir build cd build cmake .. -DARROW_ENGINE=ON {noformat} However, it is possible to do an "inline" build: {noformat} cd cpp cmake . -DARROW_ENGINE=ON {noformat} In the latter case we end up with a compilation error because when we clone the substrait repo we clobber our substrait source files. -- This message was sent by Atlassian Jira (v8.20.1#820001)