Commits


Kouhei Sutou authored and Wes McKinney committed c49cccc8598
ARROW-3257: [C++] Stop to use IMPORTED_LINK_INTERFACE_LIBRARIES Because it's deprecated in CMake 3.2 that is the minimum required version: https://cmake.org/cmake/help/v3.2/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.html The document says that we should use INTERFACE_LINK_LIBRARIES: https://cmake.org/cmake/help/v3.2/prop_tgt/INTERFACE_LINK_LIBRARIES.html Author: Kouhei Sutou <kou@clear-code.com> Closes #2579 from kou/cpp-use-interface-link-libraries and squashes the following commits: 1eebf7d7b <Kouhei Sutou> Stop to use IMPORTED_LINK_INTERFACE_LIBRARIES