You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/05/09 18:18:51 UTC

qpid-proton git commit: PROTON-1460: Added missing SOVERSION properties to proactor libraryc

Repository: qpid-proton
Updated Branches:
  refs/heads/master bfa8a71e3 -> 9c69b7d7e


PROTON-1460: Added missing SOVERSION properties to proactor libraryc


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/9c69b7d7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/9c69b7d7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/9c69b7d7

Branch: refs/heads/master
Commit: 9c69b7d7edc71976ee552d2bd926c07b52ea8fcf
Parents: bfa8a71
Author: Alan Conway <ac...@redhat.com>
Authored: Tue May 9 14:17:24 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue May 9 14:17:24 2017 -0400

----------------------------------------------------------------------
 proton-c/CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/9c69b7d7/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index 6c2211e..e468cae 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -615,6 +615,13 @@ if (qpid-proton-proactor)
   target_link_libraries (qpid-proton-proactor  LINK_PUBLIC qpid-proton-core)
   target_link_libraries (qpid-proton-proactor  LINK_PRIVATE ${PROACTOR_LIBS})
   list(APPEND LIB_TARGETS qpid-proton-proactor)
+  set_target_properties (
+    qpid-proton-proactor
+    PROPERTIES
+    VERSION   "${PN_LIB_SOMAJOR}.${PN_LIB_SOMINOR}"
+    SOVERSION "${PN_LIB_SOMAJOR}"
+    LINK_FLAGS "${CATCH_UNDEFINED} ${LTO}"
+    )
 endif()
 
 # Install executables and libraries


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org