Skip to content

Commit 605909c

Browse files
authored
drop obsolete required c++ standard (#12)
to support building on newer systems where log4cxx requires c++17.
1 parent da5768d commit 605909c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

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

4-
## Compile as C++11, supported in ROS Kinetic and newer
5-
add_compile_options(-std=c++14)
6-
74
## Find catkin macros and libraries
85
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
96
## is used, also find other catkin packages

0 commit comments

Comments
 (0)