Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove cmake minium version deprecation warning #354

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Mar 23, 2024

  1. chore: remove cmake minium version deprecation warning

    This commit ensure that the cmake minimum version < 3.5 deprecation
    warning is no longer thrown. The minimum cmake version was updated
    to 3.10 as this is the version that is recommended by the
    [ROS noetic migration guide](https://wiki.ros.org/noetic/Migration#Increase_required_CMake_version_to_avoid_author_warning).
    The meta package cmake version has to be kept on 2.8.3 because of some
    ROS requirements (see
    https://wiki.ros.org/catkin/package.xml#Metapackages).
    rickstaa committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ca0394f View commit details
    Browse the repository at this point in the history