[
https://issues.apache.org/jira/browse/ARROW-15709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace reassigned ARROW-15709:
-----------------------------------
Assignee: Weston Pace
> [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
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)