Skip to content

Commit

Permalink
Changes for kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Beeson committed Dec 8, 2016
1 parent 1aa6f4b commit 8123220
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
cmake_minimum_required(VERSION 2.8.3)
project(robot_self_filter)

if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
endif()


find_package(PkgConfig REQUIRED)

find_package(Boost REQUIRED COMPONENTS signals)
Expand Down Expand Up @@ -40,7 +45,7 @@ find_package(catkin REQUIRED COMPONENTS roscpp tf filters sensor_msgs urdf roscp

catkin_package(
DEPENDS bullet
CATKIN-DEPENDS roscpp tf filters sensor_msgs urdf resource_retriever visualization_msgs pcl_ros
CATKIN_DEPENDS roscpp tf filters sensor_msgs urdf resource_retriever visualization_msgs pcl_ros
INCLUDE_DIRS include
LIBRARIES robot_geometric_shapes ${PROJECT_NAME}
)
Expand Down

0 comments on commit 8123220

Please sign in to comment.