From 7a5285a3d0f2d2c60c33133d508fb163c7a6d453 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Wed, 15 Jun 2016 11:35:56 -0700 Subject: [PATCH] require CMake 3.5 --- rclcpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclcpp/CMakeLists.txt b/rclcpp/CMakeLists.txt index 63289b2..de8e289 100644 --- a/rclcpp/CMakeLists.txt +++ b/rclcpp/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.5) project(rclcpp)