From 67b18a84499336c1b4b4daed03eb80e631d53a07 Mon Sep 17 00:00:00 2001 From: joanvallve <jvallve@iri.upc.edu> Date: Wed, 22 Dec 2021 16:26:52 +0100 Subject: [PATCH] [skip ci] cmakelists comment updated --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe0b98..046ac20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.3) project(wolf_ros_laser) -## Compile as C++11, supported in ROS Kinetic and newer +## Compile as C++14 add_compile_options(-std=c++14) # SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/wolf_ros_wrapper/cmake_modules") -- GitLab