kou opened a new pull request, #38056:
URL: https://github.com/apache/arrow/pull/38056
### Rationale for this change
We don't need `Threads::Threads` with `ARROW_ENABLE_THREADING=OFF`.
### What changes are included in this PR?
* Don't run `find_package(Threads)` with `ARROW_ENABLE_THREADING=OFF`
* Report an error for building
jemalloc/mimalloc/gRPC/aws-sdk-cpp/google-cloud-cpp/OpenTelemetry with
`ARROW_ENABLE_THREADING=OFF`
* Use `target_link_libraries(INTERFACE)` instead of
`set_target_properties(INTERFACE_LINK_LIBRARIES)`
* This is not required. It's just for modernizing CMake codes.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
--
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]