Skip to content

Commit

Permalink
change cmake min version to 3.0.2 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
spuetz authored Oct 29, 2021
1 parent 43063b9 commit da5d1e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mbf_abstract_core/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(mbf_abstract_core)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_abstract_nav/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(mbf_abstract_nav)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_costmap_core/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(mbf_costmap_core)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_costmap_nav/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(mbf_costmap_nav)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_msgs/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(mbf_msgs)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_simple_nav/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(mbf_simple_nav)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion mbf_utility/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(mbf_utility)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion move_base_flex/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(move_base_flex)
find_package(catkin REQUIRED)
catkin_metapackage()

0 comments on commit da5d1e4

Please sign in to comment.