Skip to content

Commit bc073a6

Browse files
Jochen Sprickerhofv4hn
authored andcommitted
Drop old C++ standard
1 parent fde5ccb commit bc073a6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pcl_ros/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
cmake_minimum_required(VERSION 3.0.2)
22
project(pcl_ros)
33

4-
# CMake 3.1 added support for CMAKE_CXX_STANDARD to manage the C++ standard version
5-
# Use CMake C++ standard management where possible for better interoperability
6-
# with dependencies that export target standards and/or features
7-
if (${CMAKE_VERSION} VERSION_LESS "3.1")
8-
add_compile_options(-std=c++14)
9-
else()
10-
set(CMAKE_CXX_STANDARD 14)
11-
endif()
12-
134
## Find catkin packages
145
find_package(catkin REQUIRED COMPONENTS
156
dynamic_reconfigure

0 commit comments

Comments
 (0)