Skip to content

Commit

Permalink
do not enforce "old" standard (#155)
Browse files Browse the repository at this point in the history
C++14 is default in clang/gcc anyway
and new log4cxx requires C++17.

It's better not to declare it at all and leave the choice
to the system environment.
  • Loading branch information
v4hn authored Oct 6, 2022
1 parent 2e1dd24 commit 0be98e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prbt_ikfast_manipulator_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.1.3)
project(moveit_resources_prbt_ikfast_manipulator_plugin)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_EXTENSIONS OFF)

if(NOT MSVC)
add_compile_options(-Wall)
add_compile_options(-Wextra)
Expand Down

0 comments on commit 0be98e1

Please sign in to comment.