Skip to content

Commit

Permalink
removed rosidl_generator_cpp from package.xml because it's not being …
Browse files Browse the repository at this point in the history
…used in the CMakeLists.txt (#5)

* removed rosidl_generator_cpp from pacakge.xml because it's not being used in the CMakeLists.txt

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Included rosidl_runtime_c/cpp in package.xml as a build_export_depend

Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Apr 10, 2020
1 parent 94a2432 commit 20cd6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rosidl_default_runtime/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_export_depend>rosidl_generator_cpp</build_export_depend>
<!-- This is needed for the import_type_support function used by each meassage -->
<build_export_depend>rosidl_runtime_c</build_export_depend>
<build_export_depend>rosidl_runtime_cpp</build_export_depend>
<build_export_depend>rosidl_generator_py</build_export_depend>
<build_export_depend>rosidl_typesupport_c</build_export_depend>
<build_export_depend>rosidl_typesupport_cpp</build_export_depend>
Expand Down

0 comments on commit 20cd6fd

Please sign in to comment.