tobim commented on pull request #7696: URL: https://github.com/apache/arrow/pull/7696#issuecomment-656721257
From my testing: ``` -- All bundled static libraries: jemalloc::jemalloc;mimalloc::mimalloc -- Creating bundled static library target arrow_bundled_dependencies at /build/source/cpp/build/release/libarrow_bundled_dependencies.a ``` But the installed target `arrow-static` seems to be broken (ArrowTargets.cmake): ```cmake set_target_properties(arrow_static PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "/nix/store/l8r7xipm48bc2vlkyr4cjya40hp72n07-arrow-cpp-0.17.1-x86_64-unknown-linux-musl/include" INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:>" ) ``` The expected value of `INTERFACE_LINK_LIBRARIES` is: ```cmake INTERFACE_LINK_LIBRARIES "Brotli::brotlienc;Brotli::brotlidec;Brotli::brotlicommon;LZ4::lz4;Snappy::snappy;ZLIB::ZLIB;ZSTD::zstd;glog::glog;Threads::Threads;rt" ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org