You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/12 01:00:39 UTC

[jira] [Created] (ORC-515) [C++] Install standard .cmake files to enable built library to be importable in other CMake projects

Wes McKinney created ORC-515:
--------------------------------

             Summary: [C++] Install standard .cmake files to enable built library to be importable in other CMake projects
                 Key: ORC-515
                 URL: https://issues.apache.org/jira/browse/ORC-515
             Project: ORC
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


The ORC C++ library lacks both CMake import files and pkgconfig, so detecting it in downstream CMake projects is a fairly manual affair and cannot be done using the {{find_package}} facility

See Apache Arrow's example configuration

https://github.com/apache/arrow/blob/master/cpp/CMakeLists.txt#L749



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)