We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6fdfd commit db8d2b1Copy full SHA for db8d2b1
cob_common/CMakeLists.txt
@@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 3.8)
2
project(cob_common)
3
4
# Make the ament_metapackage() command available.
5
-find_package(ament_cmake_metapackage REQUIRED)
+find_package(ament_cmake REQUIRED)
6
7
-ament_metapackage()
+ament_package()
cob_common/package.xml
@@ -19,8 +19,4 @@
19
<exec_depend>cob_srvs</exec_depend>
20
<member_of_group>rosidl_interface_packages</member_of_group>
21
22
-
23
- <export>
24
- <metapackage/>
25
- </export>
26
</package>
0 commit comments