Skip to content

Commit

Permalink
fix: add catkin_package depends setting
Browse files Browse the repository at this point in the history
  • Loading branch information
steelwu committed Sep 4, 2019
1 parent 47580ce commit 06d8504
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rslidar_pointcloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ include_directories(${catkin_INCLUDE_DIRS}
)

generate_dynamic_reconfigure_options(cfg/CloudNode.cfg)

catkin_package(
CATKIN_DEPENDS ${${PROJECT_NAME}_CATKIN_DEPS}
)

add_subdirectory(src)

0 comments on commit 06d8504

Please sign in to comment.