Commits


Sutou Kouhei authored and GitHub committed 7f3b32eba31
GH-45142: [C++] Ensure using `cpp/cmake_modules/*.cmake` (#45143) ### Rationale for this change If we use `list(APPEND)` not `list(PREPEND)` for `cpp/cmake_modules/`, `*.cmake` that doesn't exist in `cpp/cmake_modules/` may be used. See also: https://github.com/apache/iceberg-cpp/pull/6/files#r1900075993 ### What changes are included in this PR? Use `list(PREPEND)`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #45142 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>