mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
cmake: package.xml: Use version in PROJECT() call.
This commit is contained in:
parent
5f1ab387b7
commit
94743a6b92
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,3 +32,6 @@ doc/html
|
||||
ipch
|
||||
Debug
|
||||
Release
|
||||
|
||||
# Generated from package.xml.in, must live in top dir.
|
||||
package.xml
|
||||
|
||||
@ -13,6 +13,7 @@ message(STATUS "Building package ${PKG_NAME}")
|
||||
find_package(catkin REQUIRED)
|
||||
|
||||
set(PROJ_SOVERSION 1)
|
||||
|
||||
project(${PKG_NAME}
|
||||
VERSION 1.2.1
|
||||
DESCRIPTION "Cross-platform, Serial Port library written in C++"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<name>@PROJECT_NAME@</name>
|
||||
<version>1.2.1</version>
|
||||
<version>@PROJECT_VERSION@</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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user