Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
313 stars 57 forks source link

drop CMake older than 3.5 #181

Closed robUx4 closed 5 months ago

robUx4 commented 5 months ago

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/libmatroska 2.