kou opened a new issue, #43467: URL: https://github.com/apache/arrow/issues/43467
### Describe the bug, including details regarding any error messages, version, and platform. Recently, Debian GNU/Linux trixie provides LZ4 CMake package based on the official CMake build system. Our LZ4 detection code doesn't work with it: https://github.com/ursacomputing/crossbow/actions/runs/10130290903/job/28011414872#step:8:3691 ```text -- Building Apache ORC from source CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4512 (get_target_property): get_target_property() called with non-existent target "LZ4::lz4". Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:208 (build_orc) cmake_modules/ThirdpartyToolchain.cmake:304 (build_dependency) cmake_modules/ThirdpartyToolchain.cmake:4698 (resolve_dependency) CMakeLists.txt:544 (include) ``` Because `LZ4::lz4` isn't provided with LZ4 1.9.4. ### Component(s) C++, Packaging -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org