~hrg/hrg-packaging/gazebo-ros-pkgs

« back to all changes in this revision

Viewing changes to gazebo_plugins/CMakeLists.txt

  • Committer: GitHub
  • Author(s): Jose Luis Rivero
  • Date: 2017-04-24 23:08:03 UTC
  • Revision ID: git-v1:801d9f43f9df0dfedd3d652c62b4c303fc3d983a
Revert catkin warning fix (#567)

Many regressions in third party software (see https://github.com/yujinrobot/kobuki_desktop/issues/50)

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
  camera_info_manager
141
141
  std_msgs
142
142
  DEPENDS
143
 
    GAZEBO
144
 
    SDFormat
 
143
    gazebo
 
144
    SDF
145
145
  )
146
146
add_dependencies(${PROJECT_NAME}_gencfg ${catkin_EXPORTED_TARGETS})
147
147