Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(base_local_planner)

include(CheckIncludeFile)
Expand Down
2 changes: 1 addition & 1 deletion carrot_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(carrot_planner)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion clear_costmap_recovery/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(clear_costmap_recovery)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion costmap_2d/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(costmap_2d)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion dwa_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(dwa_local_planner)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion fake_localization/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(fake_localization)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion global_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(global_planner)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion map_server/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(map_server)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion move_base/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(move_base)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion move_slow_and_clear/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(move_slow_and_clear)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion nav_core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(nav_core)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion navfn/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(navfn)

include(CheckIncludeFile)
Expand Down
2 changes: 1 addition & 1 deletion navigation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(navigation)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion rotate_recovery/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(rotate_recovery)

find_package(catkin REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion voxel_grid/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(voxel_grid)

include(CheckIncludeFile)
Expand Down