ros-perception / image_common

Common code for working with images in ROS
http://www.ros.org/wiki/image_common
129 stars 223 forks source link

Bump CMake version to avoid CMP0048 #153

Closed sloretz closed 4 years ago

sloretz 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.

Since this version is greater than the version supported by ROS Hydro, it should probably be retargeted at a newly created kinetic-devel or noetic-devel branch.

ros/catkin#1052

mjcarroll commented 4 years ago

Fixed by #155