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

Avoid using VERSION_GREATER_EQUAL to preserve compatibility with CMake 3.5 #3460

Merged
merged 1 commit into from
Nov 10, 2019

Commits on Nov 8, 2019

  1. Do not use VERSION_GREATER_EQUAL

    This comparison was introduced in CMake 3.7, but our baseline version is
    3.5 at the moment.
    
    This commit also removes unnecessary variable expansion and merges two
    if-else blocks with the same condition.
    taketwo committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6ba0ce2 View commit details
    Browse the repository at this point in the history