Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CMake 2.8 #15492

Closed
asfimport opened this issue Mar 21, 2016 · 3 comments
Closed

Support CMake 2.8 #15492

asfimport opened this issue Mar 21, 2016 · 3 comments

Comments

@asfimport
Copy link

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.

Reporter: Uwe Korn / @xhochy
Assignee: Uwe Korn / @xhochy

Note: This issue was originally created as ARROW-73. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
PR: #31

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Resolved in #31

@asfimport
Copy link
Author

Qian Xu:
I think this is the same issue I have met https://issues.apache.org/jira/browse/ARROW-66 Thanks for fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants