Kouhei Sutou created ARROW-3257:
-----------------------------------
Summary: [C++] Stop to use IMPORTED_LINK_INTERFACE_LIBRARIES
Key: ARROW-3257
URL: https://issues.apache.org/jira/browse/ARROW-3257
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Affects Versions: 0.10.0
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)