kou commented on issue #43668: URL: https://github.com/apache/arrow/issues/43668#issuecomment-2334854813
> Do we have a CI job which exercises using system boost? Yes. Most CI jobs use system Boost. For example: https://github.com/apache/arrow/actions/runs/10745114977/job/29803486094#step:7:3939 ```text -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.64") found components: filesystem system missing components: process ``` https://github.com/apache/arrow/actions/runs/10745114977/job/29803485926#step:6:805 ```text -- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.64") found components: filesystem system missing components: process ``` And I'm always use system Boost for my local build. I think that we need to add support for FetchContent as I said before... -- 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]
