From 1a9feb36261631ccfbda6b494bf6a17d17e53df9 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 3 Aug 2022 15:18:49 +0200 Subject: [PATCH] bump cmake minimum version to avoid warnings on focal Signed-off-by: Mikael Arguedas --- executive_smach_visualization/CMakeLists.txt | 2 +- smach_viewer/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/executive_smach_visualization/CMakeLists.txt b/executive_smach_visualization/CMakeLists.txt index cf92de7..d733cfe 100644 --- a/executive_smach_visualization/CMakeLists.txt +++ b/executive_smach_visualization/CMakeLists.txt @@ -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() diff --git a/smach_viewer/CMakeLists.txt b/smach_viewer/CMakeLists.txt index 76ebf3b..99d8f0d 100644 --- a/smach_viewer/CMakeLists.txt +++ b/smach_viewer/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(smach_viewer)