Skip to content

Commit

Permalink
ignore Debian-specific error around urdfdom_headers
Browse files Browse the repository at this point in the history
Without the patch:

$ catkin_lint rviz_marker_tools/
rviz_marker_tools: package.xml: error: missing build_depend on 'urdfdom_headers'

requires catkin_lint 1.6.24 for successful error suppression.
  • Loading branch information
v4hn committed Sep 24, 2024
1 parent 99ccc11 commit acfe53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rviz_marker_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ find_package(catkin REQUIRED COMPONENTS
)
find_package(Eigen3 REQUIRED)

#catkin_lint: ignore missing_depend[pkg=urdfdom_headers]
find_package(urdfdom_headers REQUIRED)

catkin_package(
Expand Down

0 comments on commit acfe53c

Please sign in to comment.