ros2 / rosidl_typesupport_connext

rosidl typesupport for RTI's Connext DDS.
Apache License 2.0
1 stars 9 forks source link

Update cmake minimum version to 2.8.12 #65

Closed brawner closed 4 years ago

brawner commented 4 years ago

In the most recent release of cmake (3.19), they have started deprecating cmake versions < 2.8.12.

Example cmake warnings https://ci.ros2.org/view/nightly/job/nightly_win_rel/1760/cmake/

Build all of ros2, testing up to rcutils

Signed-off-by: Stephen Brawner brawner@gmail.com

sloretz commented 4 years ago

CI https://github.com/ros/urdfdom_headers/pull/67#issuecomment-733042583

brawner commented 4 years ago

I don't think this impacts cmake warnings actually.