Skip to content

Commit d3edd9b

Browse files
committed
drop c++14 requirement
default almost everywhere and log4cxx breaks without 17 support for years.
1 parent 6e8ad87 commit d3edd9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fetch_ikfast_plugin/CMakeLists.txt

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

4-
add_compile_options(-std=c++14)
5-
64
find_package(catkin REQUIRED COMPONENTS
75
moveit_core
86
pluginlib

0 commit comments

Comments
 (0)