File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- [submodule "jrl-cmakemodules "]
2
- path = jrl-cmakemodules
3
- url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
4
1
[submodule "cmake "]
5
2
path = cmake
6
3
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
Original file line number Diff line number Diff line change 1
- <package format =" 2" >
1
+ <?xml version =" 1.0" ?>
2
+ <package format =" 3" >
2
3
<name >dynamic-graph</name >
3
4
<version >4.2.0</version >
4
5
<description >
11
12
<author >Nicolas Mansard</author >
12
13
<author >Olivier Stasse</author >
13
14
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 >
15
23
16
- <doc_depend >doxygen</ doc_depend >
24
+ <buildtool_depend >cmake</ buildtool_depend >
17
25
26
+ <export >
27
+ <build_type >cmake</build_type >
28
+ </export >
18
29
</package >
You can’t perform that action at this time.
0 commit comments