-
Notifications
You must be signed in to change notification settings - Fork 131
Add support for the CMAKE environmental variable #42
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
Conversation
Thanks for the PR! Is the precedent for doing somethign like this? |
Yes, without this PR it's impossible to compile Servo on CentOS, since |
Could this perhaps automatically detect that and not require use of the env var? Do other projects use CMAKE? |
I don't think it's a good idea. For example, in Arch you can install cmake 2.x to /usr/bin/cmake-2 and it may be useful to fall back to cmake 2 if there are some compatibility issues with cmake 3. |
Is the |
I have never seen anything like this, probably because cmake is usually run manually, where one can specify the path himself. |
Ok sounds like we should go with this as is then, so I'll merge! Maybe we can now be trendsetters :) |
The rusty avant-garde! :)
Is it feasible? Should I just make a PR to this repo bumping the version to achieve 1.? |
Sounds reasonable! Nah it's ok I'll go ahead and do the bump |
Bump the version of cmake to allow fixing build on CentOS See rust-lang/cmake-rs#42 (comment) for motivation
Bump the version of cmake to allow fixing build on CentOS See rust-lang/cmake-rs#42 (comment) for motivation
Bump the version of cmake to allow fixing build on CentOS See rust-lang/cmake-rs#42 (comment) for motivation
No description provided.