Skip to content

Commit

Permalink
add_definition c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Mar 5, 2017
1 parent dd7e418 commit 83f6577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cob_pick_place_action/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(cob_pick_place_action)

add_definitions(-std=c++11)

find_package(catkin REQUIRED COMPONENTS actionlib_msgs actionlib cob_grasp_generation cob_moveit_interface geometric_shapes geometry_msgs message_generation moveit_msgs moveit_ros_move_group moveit_ros_planning_interface roscpp std_msgs tf)

### Message Generation ###
Expand Down

0 comments on commit 83f6577

Please sign in to comment.