Skip to content

Commit

Permalink
do not enforce c++ standard
Browse files Browse the repository at this point in the history
log4cxx requires c++17 and forcing an older standard makes it break.
  • Loading branch information
v4hn committed Oct 5, 2022
1 parent c160732 commit cf79c87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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_tutorials)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_EXTENSIONS OFF)

find_package(catkin REQUIRED
COMPONENTS
interactive_markers
Expand Down

0 comments on commit cf79c87

Please sign in to comment.