-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (20 loc) · 1.02 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>eigen_utils</name>
<version>0.1.19</version>
<description>Utilities around the eigen library.</description>
<author email="[email protected]">Magnus Gaertner</author>
<maintainer email="[email protected]">Magnus Gaertner</maintainer>
<maintainer email="[email protected]">Daniel López Madrid</maintainer>
<license>Proprietary</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<!-- <build_depend condition="$ROS_VERSION == 1">cmake_clang_tools</build_depend> -->
<depend>eigen</depend>
<test_depend condition="$ROS_VERSION == 1">gtest</test_depend>
<!-- <test_depend condition="$ROS_VERSION == 1">cmake_code_coverage</test_depend> -->
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>