Skip to content

Commit

Permalink
Bump CMake version to avoid CMP0048 author warning (#51)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
sloretz authored and wjwwood committed Jan 23, 2020
1 parent 2978abe commit 6faca88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6faca88

Please sign in to comment.