Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-18072: [C++] Can't use bundled ORC with CMake 3.10 #14432

Merged
merged 1 commit into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. ARROW-18072: [C++] Can't use bundled ORC with CMake 3.10

    Because CMake 3.10 doesn't support target_link_libraries() against an
    IMPORTED target:
    
    https://cmake.org/cmake/help/latest/release/3.11.html#commands
    
    > The target_link_libraries() command learned to set the
    > INTERFACE_LINK_LIBRARIES property on Imported Targets.
    kou committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d898447 View commit details
    Browse the repository at this point in the history