Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-33657: [C++] arrow-dataset.pc doesn't depend on parquet.pc without…
… ARROW_PARQUET=ON (#33665) # Which issue does this PR close? Closes #33657 # Rationale for this change If `arrow-dataset.pc` has `parquet` in `Requires` without `ARROW_PARQUET=ON`, the `arrow-dataset.pc` is invalid. # What changes are included in this PR? This PR includes `ARROW_PARQUET=ON` check to determine suitable `Requires` value. # Are these changes tested? Yes. # Are there any user-facing changes? Yes. `arrow-dataset.pc` without `ARROW_PARQUET=ON` users can use `arrow-dataset.pc` with this. * Closes: #33657 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information