We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80128e4 commit 7242532Copy full SHA for 7242532
cx_msgs/CMakeLists.txt
@@ -4,6 +4,7 @@ project(cx_msgs)
4
# find dependencies
5
find_package(ament_cmake REQUIRED)
6
find_package(rosidl_default_generators REQUIRED)
7
+find_package(builtin_interfaces REQUIRED)
8
9
set(SERVICES
10
"srv/DestroyClipsEnv.srv"
cx_msgs/package.xml
@@ -12,6 +12,7 @@
12
13
<buildtool_depend>ament_cmake</buildtool_depend>
14
15
+ <depend>builtin_interfaces</depend>
16
<depend>rosidl_default_generators</depend>
17
18
<test_depend>ament_lint_auto</test_depend>
0 commit comments