ros / cmake_modules

A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
BSD 3-Clause "New" or "Revised" License
33 stars 51 forks source link

Bump CMake version to avoid CMP0048 author warning #51

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 this package in Debian Buster and Ubuntu Focal.