Skip to content

Commit

Permalink
apacheGH-36379: [C++] Bundled dependency include paths should overrid…
Browse files Browse the repository at this point in the history
…e system include dirs (apache#37612)

### Rationale for this change

Bundled dependencies' include directories should override system include dirs. Otherwise an incompatible header in the system might be included when we wanted a header from the bundled dependency.

### What changes are included in this PR?

bundled dependencies explicitly insert their own include dirs ahead of others
* Closes: apache#36379

Authored-by: Benjamin Kietzman <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
bkietz authored and loicalleyne committed Nov 13, 2023
1 parent 2b58c75 commit 9979cc7
Showing 1 changed file with 99 additions and 117 deletions.
Loading

0 comments on commit 9979cc7

Please sign in to comment.