ros-visualization / visualization_tutorials

Tutorials related to using and extending RViz and interactive_markers.
263 stars 263 forks source link

Bump CMake version to avoid CMP0048 warning #57

Closed ahcorde closed 4 years ago

ahcorde commented 4 years ago

This bumps the minimum CMake version to 3.0.2, which is the minimum supported by ROS Kinetic and new enough to default to the NEW behavior of CMP0048. This avoids a CMake warning when building and testing this package in Debian Buster and Ubuntu Focal.

Signed-off-by: ahcorde ahcorde@gmail.com

ahcorde commented 4 years ago

friendly ping @wjwwood