build VS build_depend
Hello,
I saw in different tutorials two different way to add dependencies in package.xml:
<build_depend>package</build_depend>
<build_export_depend>package</build_export_depend>
<exec_depend>package</exec_depend>
and
<build>package</build>
I would like to know the difference, and which one I should use.
Thank you.