You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (JIRA)" <ji...@apache.org> on 2018/09/18 01:50:00 UTC

[jira] [Created] (ARROW-3257) [C++] Stop to use IMPORTED_LINK_INTERFACE_LIBRARIES

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)