Grumbel / sdl-jstest

Simple SDL joystick test application for the console
GNU General Public License v3.0
57 stars 32 forks source link

build: require cmake >= 3.5 #19

Closed orbea closed 9 months ago

orbea commented 10 months ago

With cmake-3.27.9:

CMake Deprecation Warning at CMakeLists.txt:17 (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.
orbea commented 9 months ago

@Grumbel If you have time I would really appreciate if you can review this.