kou commented on PR #44989:
URL: https://github.com/apache/arrow/pull/44989#issuecomment-2619957162

   Hmm. Could you enable debug logs so that we can see what's happen?
   
   ```diff
   diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake 
b/cpp/cmake_modules/ThirdpartyToolchain.cmake
   index f9459f4175..de041c0c5d 100644
   --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake
   +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake
   @@ -4672,7 +4672,9 @@ function(build_orc)
            OFF
            CACHE BOOL "" FORCE)
    
   +    set(CMAKE_FIND_DEBUG_MODE TRUE)
        fetchcontent_makeavailable(orc)
   +    set(CMAKE_FIND_DEBUG_MODE FALSE)
    
        add_library(orc::orc INTERFACE IMPORTED)
        target_link_libraries(orc::orc INTERFACE 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]

Reply via email to