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

cmake: package.xml: Use version in PROJECT() call.

This commit is contained in:
Alec Leamas 2020-09-24 11:21:33 +02:00
parent 5f1ab387b7
commit 94743a6b92
3 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ doc/html
ipch
Debug
Release
# Generated from package.xml.in, must live in top dir.
package.xml

View File

@ -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++"

View File

@ -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