1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Fix buildtool depends

This commit is contained in:
William Woodall 2012-12-14 14:07:39 -08:00
parent 788490f118
commit df27a2bf9c

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>serial</name>
<version abi="1.1.1">1.1.1</version>
<version>1.1.1</version>
<description>
Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows.
</description>
@ -17,7 +17,6 @@
<author email="wjwwood@gmail.com">William Woodall</author>
<author email="ash.gti@gmail.com">John Harrison</author>
<build_depend>cmake</build_depend>
<build_depend>catkin</build_depend>
<buildtool_depend>catkin</buildtool_depend>
</package>
</package>