You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/03/21 21:59:25 UTC

[jira] [Created] (ARROW-73) Support CMake 2.8

Uwe L. Korn created ARROW-73:
--------------------------------

             Summary: Support CMake 2.8
                 Key: ARROW-73
                 URL: https://issues.apache.org/jira/browse/ARROW-73
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Uwe L. Korn


Currently we use get_filename_component( .. DIRECTORY ) which is a CMake>2.8 feature. Replacing it with PATH will add support for older CMake versions.

Note: That is enough to build Apache Arrow C++ on Debian Wheezy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)