nico / demumble

A better c++filt and a better undname.exe, in one binary.
Apache License 2.0
338 stars 50 forks source link

require cmake 3.5+ #22

Closed nico closed 1 year ago

nico commented 1 year ago

Trying to fix:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

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

3.5 is from Dec 2018, so requiring this hopefully doesn't cause too many inconveniences.