TheGrayDot / mpqcli

A command line tool to read, extract, search, create and verify MPQ files using the StormLib library
MIT License
1 stars 0 forks source link

Fix cmake minimum version #21

Closed thomaslaurenson closed 9 months ago

thomaslaurenson commented 10 months ago
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.