Merge pull request #26 from artursg/noetic-devel
C++11 --> C++14 to allow compiling with later versions of PCL, ROS Neoticmaster
						commit
						09fd8aff12
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue