Skip to content

Commit

Permalink
bump cmake minimum version to avoid warnings on focal
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Dec 10, 2022
1 parent 2f7a4c8 commit 1a9feb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executive_smach_visualization/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(executive_smach_visualization)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion smach_viewer/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(smach_viewer)

Expand Down

0 comments on commit 1a9feb3

Please sign in to comment.