Commits


Sutou Kouhei authored and GitHub committed 34eb21df5aa
GH-38063: [C++] Use absolute path for external project's ar/ranlib (#38064) ### Rationale for this change If we use relative path, CMake try using relative path from a build directory. ### What changes are included in this PR? Ensure using absolute path. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38063 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>