Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit d217c93

Browse files
tfootemm318
authored andcommitted
diagnostic_msgs headers are used in the headers (#1)
This means it needs to be at least a build_export depend. And likely the messages will be used at runtime so I'm going to make it a full depend tag.
1 parent 401f283 commit d217c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kinesis_video_msgs/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<buildtool_depend>catkin</buildtool_depend>
1515

1616
<build_depend>message_generation</build_depend>
17-
<build_depend>diagnostic_msgs</build_depend>
17+
18+
<depend>diagnostic_msgs</depend>
1819

1920
<exec_depend>message_runtime</exec_depend>
2021
</package>

0 commit comments

Comments
 (0)