From c115bc9736462d59ac26a53af2a969c6e4de08c9 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 17 Mar 2020 11:34:00 -0700 Subject: [PATCH] bump CMake minimum version to avoid CMP0048 warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0da391b..74f3f54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(rqt_dep) # Load catkin and all dependencies required for this package find_package(catkin REQUIRED)