cginternals/cmake-init

Upgrade minimum required CMake version

scheibel opened this issue · 7 comments

Time passed and we should discuss the currently minimum required version of cmake-init.
@Tachi107 argues that 3.5 is a feasible alternative (#112).

Maybe we can and should go even higher.
CMake has had a lot of interesting improvements in it's later versions, superseding some of our own implementations.

At least, we should get rid of the compatibility layer source code.

I'm fine with updating. I'm not on track with new versions of cmake, but in general, I prefer supporting relatively current versions and not trying to keep compatibility with old versions too long. So, let's update :)

When upgrading the minimum required CMake version, we can also work on those issues:

A quick summary of available CMake versions by OS / distribution and distribution channel:

As far as I collected data, our main major platforms and major distribution channels allow for a CMake version of 3.15 or higher. If we ignore the out-of-date package in nuget, it's CMake 3.18 or higher.
And as @Tachi107 mentioned, there's always the possibility to grab a pre-built version of CMake or build it from source yourself (https://cmake.org/download/).