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

Changed cmake version test to allow for cmake 2.8.11.x #1042

Merged
merged 1 commit into from
Nov 14, 2017
Merged

Changed cmake version test to allow for cmake 2.8.11.x #1042

merged 1 commit into from
Nov 14, 2017

Conversation

radarhere
Copy link
Contributor

In testing for the availability of target_compile_options, the code currently tests if cmake is greater than 2.8.11, since target_compile_options was introduced in cmake 2.8.12.

However, this does not allow for the existence of cmake 2.8.11.1 or 2.8.11.2. So I have created this PR, to change it to checking if cmake is not less than 2.8.12.

@rouault rouault merged commit 370d024 into uclouvain:master Nov 14, 2017
@radarhere radarhere deleted the cmake branch November 14, 2017 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants