From 6faca880419edeedf1697d25c40c42f820773bf1 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Thu, 23 Jan 2020 15:38:26 -0800 Subject: [PATCH] Bump CMake version to avoid CMP0048 author warning (#51) * Bump CMake version to avoid CMP0048 warning Signed-off-by: Shane Loretz * 0.5-devel to be released in Kinetic and up Signed-off-by: Shane Loretz --- CMakeLists.txt | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a44335..8e13ec2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(cmake_modules) find_package(catkin REQUIRED) diff --git a/README.md b/README.md index 6e19b34..ffae068 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ This repository has branches for minor releases (`0.2-devel`, `0.3-devel`, `0.4- - ROS Indigo - `0.4-devel`: - ROS Jade +- `0.5-devel`: - ROS Kinetic - ROS Lunar - ROS Melodic + - ROS Noetic This mapping will be kept up-to-date in the `README.md` on the default branch.