Skip to content

Commit

Permalink
neonavigation: bump cmake_minimum_required to 3.1.3 (#474)
Browse files Browse the repository at this point in the history
* Bump cmake_minimum_required to 3.1.3
* Specify catkin version constraint
  • Loading branch information
at-wat authored Dec 24, 2020
1 parent ba24820 commit f5acc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neonavigation/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.1.3)
project(neonavigation)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion neonavigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<license>BSD</license>
<author email="[email protected]">Atsushi Watanabe</author>

<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend version_gte="0.7.22">catkin</buildtool_depend>

<exec_depend>costmap_cspace</exec_depend>
<exec_depend>joystick_interrupt</exec_depend>
Expand Down

0 comments on commit f5acc53

Please sign in to comment.