Commits


Sutou Kouhei authored and GitHub committed 2117d028699
GH-33786: [C++] Ignore old system xsimd (#33811) ### Rationale for this change If old xsimd is installed, CMake target for bundled xsimd is conflicted. ### What changes are included in this PR? Use `arrow::xsimd` for bundled xsimd's target name to avoid conflict. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #33786 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>