Skip to content

Commit 9025bd1

Browse files
authored
only export ment_cmake_core instead of ament_cmake (#459)
Signed-off-by: Dirk Thomas <[email protected]>
1 parent 0b938b0 commit 9025bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rosidl_generator_c/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<buildtool_depend>ament_cmake_python</buildtool_depend>
1111
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1212

13-
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
13+
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
1414
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
1515

1616
<build_export_depend>rosidl_typesupport_interface</build_export_depend>

rosidl_generator_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<buildtool_depend>ament_cmake</buildtool_depend>
1212

13-
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
13+
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
1414
<buildtool_export_depend>rosidl_cmake</buildtool_export_depend>
1515

1616
<!-- This is needed for the rosidl_message_type_support_t struct and visibility macros -->

0 commit comments

Comments
 (0)