Skip to content

Commit

Permalink
velodyne_pointcloud: remove incorrect catkin_package() DEPENDS option (
Browse files Browse the repository at this point in the history
…ros-drivers#93)

This eliminates a CMake warning when building on Xenial.
  • Loading branch information
jack-oquin committed Apr 19, 2017
1 parent e263b80 commit 3747e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velodyne_pointcloud/CMakeLists.txt
Expand Up @@ -45,7 +45,6 @@ include_directories(include ${catkin_INCLUDE_DIRS}

catkin_package(
CATKIN_DEPENDS ${${PROJECT_NAME}_CATKIN_DEPS}
DEPENDS yaml-cpp python-yaml
INCLUDE_DIRS include
LIBRARIES velodyne_rawdata)

Expand Down

0 comments on commit 3747e93

Please sign in to comment.