gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

bump cmake to 2.8.12 #85

Closed ijnek closed 2 years ago

ijnek commented 2 years ago

🦟 Bug fix

Bug

Deprecation warning when building with CMake >3.19.1:

--- stderr: ignition-tools
  CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 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.
---

Summary

Prevents a deprecation warning that arises since CMake3.19.1: Similar PR has been raised and merged in https://github.com/facebook/zstd/pull/2399.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.