Skip to content

Commit 7242532

Browse files
committed
cx_msgs: add missing dependency
1 parent 80128e4 commit 7242532

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cx_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(cx_msgs)
44
# find dependencies
55
find_package(ament_cmake REQUIRED)
66
find_package(rosidl_default_generators REQUIRED)
7+
find_package(builtin_interfaces REQUIRED)
78

89
set(SERVICES
910
"srv/DestroyClipsEnv.srv"

cx_msgs/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<buildtool_depend>ament_cmake</buildtool_depend>
1414

15+
<depend>builtin_interfaces</depend>
1516
<depend>rosidl_default_generators</depend>
1617

1718
<test_depend>ament_lint_auto</test_depend>

0 commit comments

Comments
 (0)