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

CMake: simplify handling of version numbers #1006

Open
wants to merge 4 commits into
base: wpe-2.38
Choose a base branch
from

Conversation

DerDakon
Copy link

Use more already available features to handle package versions, and clean up some related code.

The VERSION_GREATER_EQUAL operator was added in CMake 3.7 and is already used at
other places.

While at it switch to using the version variables documented by the find
modules.
This will be handled by FPHSA.
Do not expand the version variables, the if() command will do that itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants