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

Fix compatiblity warning on CMake >= 3.27 #50

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Commits on Mar 27, 2024

  1. fix compatiblity warning on CMake >= 3.27

    CMake >= 3.27 indicated that compatiblity with CMake < 3.5 will be removed from a future version CMake and that we can either update the min or use the ...<max>
    ahoarau authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    057628b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. bump min cmake version to 3.5

    Co-authored-by: Ian McInerney <[email protected]>
    ahoarau and imciner2 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    80d67b4 View commit details
    Browse the repository at this point in the history