ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

[noetic] Bump CMake version to avoid CMP0048 warning #67

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

sloretz commented 4 years ago

@scpeters friendly ping

ros/catkin#1052

scpeters commented 4 years ago

sorry for the delay

do you need a new release for this?

sloretz commented 4 years ago

do you need a new release for this?

No need for a new release. It only affects the dev job.

dirk-thomas commented 4 years ago

It will affect every from source build using the rosinstall_generator which gets the latest release.