kou commented on code in PR #41023:
URL: https://github.com/apache/arrow/pull/41023#discussion_r1553654273


##########
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:
   I hope so...
   Do you know conan's ORC recipe provide valid(?) CMake package for ORC?
   
   (BTW, is there a plan that ORC provides its CMake package?)



-- 
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]

Reply via email to