borglab / GTDynamics

Full kinodynamics constraints for arbitrary robot configurations with factor graphs.
BSD 2-Clause "Simplified" License
40 stars 10 forks source link

Update CMake minimum version #391

Closed varunagrawal closed 3 weeks ago

varunagrawal commented 1 month ago

CMake is throwing the warning:

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.

This PR updates all the CMake files to have the minimum version as 3.5 to fix any potential deprecations as well as maintain the largest generality.

varunagrawal commented 3 weeks ago

Merging