kou commented on PR #46906: URL: https://github.com/apache/arrow/pull/46906#issuecomment-3288343759
@wgtmac Can Apache ORC also try finding CMake config packages? For example, can https://github.com/apache/orc/blob/main/cmake_modules/FindSnappy.cmake call `find_package(Snappy CONFIG)` like Apache Arrow's `FindSnappyAlt.cmake` does https://github.com/apache/arrow/blob/d2dace9e46c278e7da5f9bfe9d07a58e6d0d2326/cpp/cmake_modules/FindSnappyAlt.cmake#L34-L66 ? (`FindSnappyAlt.cmake` doesn't need explicit `CONIFG` because it uses different name (not using `FindSnappy.cmake`).) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org