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


##########
cpp/cmake_modules/FindorcAlt.cmake:
##########
@@ -15,13 +15,20 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# - Find Apache ORC C++ (orc/orc-config.h, liborc.a)
-# This module defines
-#  ORC_INCLUDE_DIR, directory containing headers
-#  ORC_STATIC_LIB, path to liborc.a
-#  ORC_FOUND, whether orc has been found
+if(orcAlt_FOUND)

Review Comment:
   If we don't want to mix this into this PR, we can move this change to a 
separated PR.
   (We can use `ORC_SOURCE=BUNDLED` in this PR.)



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