wgtmac commented on PR #1889: URL: https://github.com/apache/orc/pull/1889#issuecomment-2071264602
@stiga-huang On the Apache Impala side, we can remove [FindOrc.cmake](https://github.com/apache/impala/blob/master/cmake_modules/FindOrc.cmake) by doing following things: - Add the installed location of Apache ORC to CMAKE_PREFIX_PATH - `find_package(orc REQUIRED CONFIG)` - `target_link_libraries(${PROJECT_NAME} PRIVATE orc::orc)` -- 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]
