wgtmac commented on code in PR #41023:
URL: https://github.com/apache/arrow/pull/41023#discussion_r1553664610
##########
cpp/cmake_modules/FindorcAlt.cmake:
##########
@@ -29,6 +29,7 @@ endif()
find_package(orc ${find_package_args})
if(orc_FOUND)
set(orcAlt_FOUND TRUE)
+ set(orcAlt_VERSION ${orc_VERSION})
Review Comment:
> Do you know conan's ORC recipe provide valid(?) CMake package for ORC?
I suppose it does. It was added by me:
https://github.com/conan-io/conan-center-index/blob/master/recipes/orc/all/conanfile.py#L145
> is there a plan that ORC provides its CMake package?
I'm not sure if I understand the question correctly, do you mean the ORC
community provides an official FindOrc.cmake file or something similar?
--
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]