Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 71947c2c8 -> f5a48173a


DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private 
nature


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6c56ba52
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6c56ba52
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6c56ba52

Branch: refs/heads/master
Commit: 6c56ba5200f3de3ea314b489677d305d2cfef2a6
Parents: 71947c2
Author: Chuck Rolke <[email protected]>
Authored: Wed Mar 30 10:05:01 2016 -0400
Committer: Ted Ross <[email protected]>
Committed: Wed May 4 15:27:29 2016 -0400

----------------------------------------------------------------------
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6c56ba52/src/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 78ca88f..cbfae10 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -106,7 +106,7 @@ set_target_properties(qpid-dispatch PROPERTIES
   LINK_FLAGS "${CATCH_UNDEFINED}"
   )
 install(TARGETS qpid-dispatch
-  LIBRARY DESTINATION ${LIB_INSTALL_DIR})
+  LIBRARY DESTINATION ${QPID_DISPATCH_HOME})
 
 # Set in parent scope for calling cmake file.
 set (QPID_DISPATCH_LIB "libqpid-dispatch.so.${SO_VERSION_MAJOR}" PARENT_SCOPE)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to