kou opened a new pull request, #36606:
URL: https://github.com/apache/arrow/pull/36606

   ### Rationale for this change
   
   There are 2 problems:
   
   * `FindProtobuf.cmake` provided by CMake is incomplete with Protobuf 23.4.
   * Misses `-DPROTOBUF_USE_DLLS` for building Substrait related files.
   
   ### What changes are included in this PR?
   
   * We need to use `protobuf-config.cmake` provided by Protobuf instead of 
`FindProtobuf.cmake` provided by CMake because `FindProtobuf.cmake` misses 
`absl::status` dependency.
   * Accept Protobuf 23.4.
   * Use `PROTOBUF_USE_DLLS` when we build Substrait related files.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to