yyossy5 commented on issue #46137: URL: https://github.com/apache/arrow/issues/46137#issuecomment-2830733844
Note: ThirdpartyToolchain.cmake ``` message("ThirdpartyToolchain.cmake,4856,CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}") if(ARROW_ORC) resolve_dependency(orc HAVE_ALT TRUE) if(ORC_VENDORED) set(ARROW_ORC_VERSION ${ARROW_ORC_BUILD_VERSION}) else() target_link_libraries(orc::orc INTERFACE ${ARROW_PROTOBUF_LIBPROTOBUF}) set(ARROW_ORC_VERSION ${orcAlt_VERSION}) message(STATUS "Found ORC static library: ${ORC_STATIC_LIB}") message(STATUS "Found ORC headers: ${ORC_INCLUDE_DIR}") endif() endif() # ---------------------------------------------------------------------- # OpenTelemetry C++ message("ThirdpartyToolchain.cmake,4873,CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}") ``` build log ``` ThirdpartyToolchain.cmake,4856,CMAKE_MODULE_PATH: /Users/y_yoshida/Projects/arrow/cpp/cmake_modules ... ThirdpartyToolchain.cmake,4873,CMAKE_MODULE_PATH: /opt/anaconda3/envs/pyarrow-dev/lib/cmake/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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org