diff --git a/rviz_marker_tools/CMakeLists.txt b/rviz_marker_tools/CMakeLists.txt index ed931f8e6..3878ba199 100644 --- a/rviz_marker_tools/CMakeLists.txt +++ b/rviz_marker_tools/CMakeLists.txt @@ -10,6 +10,8 @@ find_package(catkin REQUIRED COMPONENTS ) find_package(Eigen3 REQUIRED) +# lint ignore is needed to support ROS distributions which also define urdfdom_headers in rosdep (e.g., Debian ROS packages) +#catkin_lint: ignore missing_depend[pkg=urdfdom_headers] find_package(urdfdom_headers REQUIRED) catkin_package(