From 32b403810c94576f1e4203cacd2a6d75ac15ca54 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Thu, 23 Jan 2020 16:20:32 -0800 Subject: [PATCH] bump CMake minimum version to use new behavior of CMP0048 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bcd226..1310c78 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(ros_environment) find_package(catkin REQUIRED)