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

Fixed compilation with CMake < 3.7 #2321

Merged
merged 1 commit into from
May 29, 2021
Merged

Fixed compilation with CMake < 3.7 #2321

merged 1 commit into from
May 29, 2021

Conversation

twoixter
Copy link
Contributor

CMake commands GREATER_EQUAL and VERSION_GREATER_EQUAL for comparison were introduced in CMake 3.7.

This PR allows compilation again with CMake < 3.7 by replacing them with equivalent comparisons with GREATER and VERSION_GREATER. Closes issue #2320

@vitaut vitaut merged commit 17c993c into fmtlib:master May 29, 2021
@vitaut
Copy link
Contributor

vitaut commented May 29, 2021

Thank you

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.

2 participants