kou commented on PR #1889: URL: https://github.com/apache/orc/pull/1889#issuecomment-2058085377
FYI: Apache Arrow creates `libarrow_bundled_dependencies.a` that contains all `*.a` built by `externalproject_add()`/`fetchcontent`: * https://github.com/apache/arrow/blob/b98763ad079f20e36d82268f9e7cf0db49fdd461/cpp/cmake_modules/BuildUtils.cmake#L74-L172 * https://github.com/apache/arrow/blob/b98763ad079f20e36d82268f9e7cf0db49fdd461/cpp/src/arrow/CMakeLists.txt#L924-L942 We can use only `libarrow_bundled_dependencies.a` for `libarrow.a`: https://github.com/apache/arrow/blob/b98763ad079f20e36d82268f9e7cf0db49fdd461/cpp/src/arrow/ArrowConfig.cmake.in#L103-L119 -- 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]
