Merge pull request #26 from artursg/noetic-devel

C++11 --> C++14 to allow compiling with later versions of PCL, ROS Neotic
master
Praveen Palanisamy 2020-06-27 20:52:51 -07:00 committed by GitHub
commit 09fd8aff12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.3)
project(multi_object_tracking_lidar)
set(CMAKE_CXX_FLAGS "-std=c++0x ${CMAKE_CXX_FLAGS}")
set(CMAKE_CXX_STANDARD 14)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages