Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### 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 <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information