Skip to content

Commit

Permalink
doc: fix format 2 howto to suggest to declare a build export dependen…
Browse files Browse the repository at this point in the history
…cy on `message_runtime`

See #790 (comment)
  • Loading branch information
NikolausDemmel authored and dirk-thomas committed Mar 29, 2016
1 parent 5f653c0 commit 1b2e476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/howto/format2/building_msgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ package.xml
:::::::::::

Your ``package.xml`` must declare a ``<build_depend>`` on
``message_generation``, and a ``<exec_depend>`` on
``message_runtime``::
``message_generation``, and a ``<build_export_depend>`` as well as
``<exec_depend>`` on ``message_runtime``::

<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>

Your messages services, or actions will probably include fields
Expand Down

0 comments on commit 1b2e476

Please sign in to comment.