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: Raise min to 3.6 #4288

Merged
merged 1 commit into from
Jun 20, 2023
Merged

cmake: Raise min to 3.6 #4288

merged 1 commit into from
Jun 20, 2023

Commits on Jun 19, 2023

  1. cmake: Raise min to 3.6

    From the CMake 3.27 release notes:
    Compatibility with versions of CMake older than 3.5 is now
    deprecated and will be removed from a future version. Calls to
    cmake_minimum_required() or cmake_policy() that set the policy
    version to an older value now issue a deprecation diagnostic.
    
    This PR also removes manually setting policy CMP0048. This is
    redundant since the CMake min is already 3.X
    juan-lunarg committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4fed5f2 View commit details
    Browse the repository at this point in the history