Skip to content

Commit

Permalink
Fix gazebo and sdformat catkin warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Dec 7, 2016
1 parent 419fb41 commit 11f95d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gazebo_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif()

# Depend on system install of Gazebo and SDFormat
find_package(gazebo REQUIRED)
find_package(SDFormat REQUIRED)
find_package(Boost REQUIRED COMPONENTS thread)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GAZEBO_CXX_FLAGS}")

Expand Down Expand Up @@ -138,8 +139,8 @@ catkin_package(
camera_info_manager
std_msgs
DEPENDS
gazebo
SDF
GAZEBO
SDFormat
)
add_dependencies(${PROJECT_NAME}_gencfg ${catkin_EXPORTED_TARGETS})

Expand Down

0 comments on commit 11f95d2

Please sign in to comment.