[laser-geometry] 01/01: Add Debian specific SOVERSION

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Aug 4 19:43:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

jspricke-guest pushed a commit to branch patch-queue/master
in repository laser-geometry.

commit 646797b6c1bebbeea36f706db60324e0596575ee
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Aug 4 21:36:50 2015 +0200

    Add Debian specific SOVERSION
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28ab530..57c518c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,6 +31,7 @@ include_directories(include
 
 add_library(laser_geometry src/laser_geometry.cpp)
 target_link_libraries(laser_geometry ${Boost_LIBRARIES} ${tf_LIBRARIES})
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${laser_geometry_VERSION} SOVERSION "0d")
 
 if(CATKIN_ENABLE_TESTING)
   catkin_add_gtest(projection_test test/projection_test.cpp)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/laser-geometry.git



More information about the debian-science-commits mailing list