Skip to content

Commit b4e2e66

Browse files
committed
Drop old C++11 compile flag
1 parent 91cecd2 commit b4e2e66

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(moveit_visual_tools)
33

4-
# C++ 11 required for OMPL
5-
add_compile_options(-std=c++11)
6-
74
# Load catkin and all dependencies required for this package
85
find_package(catkin REQUIRED COMPONENTS
96
rviz_visual_tools

0 commit comments

Comments
 (0)