[roscpp-core] 03/03: Add Debian specific SOVERSION to cpp_common
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Tue Dec 9 16:51:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a commit to branch patch-queue/master
in repository roscpp-core.
commit e9069b55285f4ce9057a49a8d745dfe35f7b07be
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Tue Dec 9 17:15:47 2014 +0100
Add Debian specific SOVERSION to cpp_common
---
cpp_common/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpp_common/CMakeLists.txt b/cpp_common/CMakeLists.txt
index 5e83800..836fc9d 100644
--- a/cpp_common/CMakeLists.txt
+++ b/cpp_common/CMakeLists.txt
@@ -33,6 +33,7 @@ endif(HAVE_GLIBC_BACKTRACE)
add_library(${PROJECT_NAME} src/debug.cpp src/header.cpp)
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES} ${console_bridge_LIBRARIES})
+set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${cpp_common_VERSION} SOVERSION "0d")
install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/roscpp-core.git
More information about the debian-science-commits
mailing list