Skip to content

Commit 6faca88

Browse files
sloretzwjwwood
authored andcommitted
Bump CMake version to avoid CMP0048 author warning (#51)
* Bump CMake version to avoid CMP0048 warning Signed-off-by: Shane Loretz <[email protected]> * 0.5-devel to be released in Kinetic and up Signed-off-by: Shane Loretz <[email protected]>
1 parent 2978abe commit 6faca88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(cmake_modules)
33

44
find_package(catkin REQUIRED)

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ This repository has branches for minor releases (`0.2-devel`, `0.3-devel`, `0.4-
1717
- ROS Indigo
1818
- `0.4-devel`:
1919
- ROS Jade
20+
- `0.5-devel`:
2021
- ROS Kinetic
2122
- ROS Lunar
2223
- ROS Melodic
24+
- ROS Noetic
2325

2426
This mapping will be kept up-to-date in the `README.md` on the default branch.
2527

0 commit comments

Comments
 (0)