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

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Feb 24, 2024

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.

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.
@mbunkus mbunkus merged commit cc63f6b into Matroska-Org:master Feb 24, 2024
15 checks passed
@robUx4 robUx4 deleted the cmake_35 branch February 24, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants