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

Commits on Jan 12, 2023

  1. CMake: simplify version checks

    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.
    DerDakon committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ad71eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ee777 View commit details
    Browse the repository at this point in the history
  3. CMake: remove needless version checks

    This will be handled by FPHSA.
    DerDakon committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e46e61e View commit details
    Browse the repository at this point in the history
  4. CMake: simplify more version checks

    Do not expand the version variables, the if() command will do that itself.
    DerDakon committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e228412 View commit details
    Browse the repository at this point in the history