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

Update minimum required cmake #765

Closed
wants to merge 2 commits into from

Commits on Aug 3, 2017

  1. COMP: Update CMake minimum required version from 2.8.9 to 3.5

    This commit removes few workarounds and explicit setting of CMake policies.
    
    It also ensures the required CMake version support VS 2015 (introduced in CMake 3.1)
    
    CMake 3.5 is also old enough (release in April 2016) and available (same version
    or above) in distributions like these ones:
    
    * Arch Linux
    * Ubuntu LTS 14.04, 16.04
    * OpenSUSE Leap 42.2, 42.3
    * Debian 9, Sid
    * Fedora 24/25/26
    * Slackware 14.2
    
    See https://pkgs.org/download/cmake
    jcfr committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    2efbc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94281a8 View commit details
    Browse the repository at this point in the history