Describe the bug, including details regarding any error messages, version, and platform.
See https://github.com/apache/arrow/pull/13911/files#r1418811551 for the related change.
We may be able to just remove the change because we already have a related code:
| if(ORC_SOURCE STREQUAL "SYSTEM") |
| list(APPEND ARROW_STATIC_INSTALL_INTERFACE_LIBS orc::orc |
| ${ARROW_PROTOBUF_LIBPROTOBUF}) |
| endif() |
Component(s)
C++
Describe the bug, including details regarding any error messages, version, and platform.
See https://github.com/apache/arrow/pull/13911/files#r1418811551 for the related change.
We may be able to just remove the change because we already have a related code:
arrow/cpp/CMakeLists.txt
Lines 775 to 778 in 081b402
Component(s)
C++