Skip to content

Commit

Permalink
Increase minimum required CMake version to 3.16
Browse files Browse the repository at this point in the history
supported by Ubuntu 20.04
  • Loading branch information
rhaschke committed Jan 19, 2025
1 parent d2c5150 commit 8318546
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion capabilities/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.16)
project(moveit_task_constructor_capabilities)

find_package(fmt REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.16)
project(moveit_task_constructor_core)

find_package(Boost REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion demo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.16)
project(moveit_task_constructor_demo)

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

set(MSG_DEPS moveit_msgs visualization_msgs)
Expand Down
2 changes: 1 addition & 1 deletion rviz_marker_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.16)
project(rviz_marker_tools)

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

find_package(fmt REQUIRED)
Expand Down

0 comments on commit 8318546

Please sign in to comment.