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

drop CMake older than 3.5 #262

Merged
merged 1 commit into from
Feb 24, 2024
Merged

drop CMake older than 3.5 #262

merged 1 commit into from
Feb 24, 2024

Commits on Feb 24, 2024

  1. drop CMake older than 3.5

    It generates a warning with newer versions of CMake.
    3.4 was released in 2015. We require C++17 with compilers only available in 2017/2018.
    If your CMake is older than your toolchain, you have a problem.
    
    There's no need to support legacy CMake going forward in libebml 2.
    robUx4 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6725c5f View commit details
    Browse the repository at this point in the history