From a0596e8d8117e66c7d5d69eda70f40128aded1a9 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Fri, 31 Aug 2018 11:59:35 +0200 Subject: [PATCH] Solved a syntax error in the CMakeLists.txt file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc4510f..4018e5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minranger1dm_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.3) project(iri_ranger1d_gazebo) ## Compile as C++11, supported in ROS Kinetic and newer -- GitLab