Skip to content
Snippets Groups Projects
Commit 2d22085c authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added a dependency to the catkin libraryes for the pointcloud throttle nodelet.

parent 2bacbca2
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES}) ...@@ -99,6 +99,7 @@ target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})
target_link_libraries(${PROJECT_NAME} ${iriutils_LIBRARY}) target_link_libraries(${PROJECT_NAME} ${iriutils_LIBRARY})
target_link_libraries(${PROJECT_NAME}_nodelet ${catkin_LIBRARIES}) target_link_libraries(${PROJECT_NAME}_nodelet ${catkin_LIBRARIES})
target_link_libraries(${PROJECT_NAME}_nodelet ${iriutils_LIBRARY}) target_link_libraries(${PROJECT_NAME}_nodelet ${iriutils_LIBRARY})
target_link_libraries(point_cloud_throttle_nodelet ${catkin_LIBRARIES})
# ******************************************************************** # ********************************************************************
# Add message headers dependencies # Add message headers dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment