Skip to content

Commit 88458ff

Browse files
bump cmake minimum version to avoid warnings on focal
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
1 parent 5d61512 commit 88458ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(executive_smach_visualization)
33
find_package(catkin REQUIRED)
44
catkin_metapackage()

smach_viewer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22

33
project(smach_viewer)
44

0 commit comments

Comments
 (0)