mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Fix buildtool depends
This commit is contained in:
parent
788490f118
commit
df27a2bf9c
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package>
|
||||||
<name>serial</name>
|
<name>serial</name>
|
||||||
<version abi="1.1.1">1.1.1</version>
|
<version>1.1.1</version>
|
||||||
<description>
|
<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.
|
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>
|
</description>
|
||||||
@ -17,7 +17,6 @@
|
|||||||
<author email="wjwwood@gmail.com">William Woodall</author>
|
<author email="wjwwood@gmail.com">William Woodall</author>
|
||||||
<author email="ash.gti@gmail.com">John Harrison</author>
|
<author email="ash.gti@gmail.com">John Harrison</author>
|
||||||
|
|
||||||
<build_depend>cmake</build_depend>
|
<buildtool_depend>catkin</buildtool_depend>
|
||||||
<build_depend>catkin</build_depend>
|
|
||||||
|
|
||||||
</package>
|
</package>
|
||||||
Loading…
x
Reference in New Issue
Block a user