kou opened a new issue, #46386: URL: https://github.com/apache/arrow/issues/46386
### Describe the enhancement requested Our `*Config.cmake.in` use `find_dependency(Arrow)` not `find_dependency(Arrow CONFIG)`. For example: https://github.com/apache/arrow/blob/cf7d7e2b16d65ce96681219f1e01aa0cb932a826/cpp/src/arrow/acero/ArrowAceroConfig.cmake.in#L30 So `Find*.cmake` not `*Config.cmake` may be used. For example, Velox may use `FindArrow.cmake` not our `ArrowConfig.cmake` because Velox has `FindArrow.cmake`: https://github.com/facebookincubator/velox/blob/main/CMake/FindArrow.cmake We should use `find_dependency(Arrow CONFIG)` explicitly. ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org