Commits


Benjamin Kietzman authored and GitHub committed 44811ba1847
GH-36379: [C++] Bundled dependency include paths should override system include dirs (#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: #36379 Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>