Skip to content

Commit 860fa23

Browse files
authored
Merge pull request #73 from Rascof/patch-1
Update package.xml
2 parents 16da9cc + a56f517 commit 860fa23

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "jrl-cmakemodules"]
2-
path = jrl-cmakemodules
3-
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
41
[submodule "cmake"]
52
path = cmake
63
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git

package.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<package format="2">
1+
<?xml version="1.0"?>
2+
<package format="3">
23
<name>dynamic-graph</name>
34
<version>4.2.0</version>
45
<description>
@@ -11,8 +12,18 @@
1112
<author>Nicolas Mansard</author>
1213
<author>Olivier Stasse</author>
1314

14-
<buildtool_depend>catkin</buildtool_depend>
15+
<build_depend>git</build_depend>
16+
<build_depend>doxygen</build_depend>
17+
<!-- The following tags are recommended by REP-136 -->
18+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
19+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
20+
<depend>eigen</depend>
21+
<depend>boost</depend>
22+
<depend>graphviz</depend>
1523

16-
<doc_depend>doxygen</doc_depend>
24+
<buildtool_depend>cmake</buildtool_depend>
1725

26+
<export>
27+
<build_type>cmake</build_type>
28+
</export>
1829
</package>

0 commit comments

Comments
 (0)