c42f / tinyformat

Minimal, type safe printf replacement library for C++
531 stars 75 forks source link

Update minimum CMake version #84

Open mratzloff opened 1 year ago

mratzloff commented 1 year ago

CMake 3.25.2 gives this deprecation warning:

CMake Deprecation Warning at [tinyformat]/CMakeLists.txt:21 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.