bkietz commented on issue #43668: URL: https://github.com/apache/arrow/issues/43668#issuecomment-2334670089
@kou it seems we can't `target_link_libraries` to attach things to imported targets (as when system boost is being used). Do we have a CI job which exercises using system boost? This seems like system boost is always broken ``` [cmake] -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.58") [cmake] CMake Error at build/_deps/apache-arrow-src/cpp/cmake_modules/ThirdpartyToolchain.cmake:1313 (target_link_libraries): [cmake] Cannot specify link libraries for target "Boost::headers" which is not [cmake] built by this project. ``` > it just got worse with This looks like the options were modified without deleting the build directory/`--fresh`/... -- 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]
