forked from OpenEtherCATsociety/SOEM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
18 lines (18 loc) · 891 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>soem</name>
<version>1.6.23</version>
<description>The soem package</description>
<author email="[email protected]">Remo Diethelm</author>
<maintainer email="[email protected]">Remo Diethelm</maintainer>
<maintainer email="[email protected]">Philipp Leemann</maintainer>
<license>Proprietary</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_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>