Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-39136: [C++] Remove needless system Protobuf dependency with…
… -DARROW_HDFS=ON (apache#39137) ### Rationale for this change Our HDFS related codes don't depend on Protobuf because we process HDFS via external `libhdfs.so` and it's `dlopen()`-ed. ### What changes are included in this PR? Remove a needless CMake configuration. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#39136 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information