You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2018/01/23 20:08:09 UTC

qpid-proton git commit: NO-JIRA: Remove unused libs from some build targets

Repository: qpid-proton
Updated Branches:
  refs/heads/master 37c59e9b0 -> e29f348bc


NO-JIRA: Remove unused libs from some build targets


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

Branch: refs/heads/master
Commit: e29f348bcd1f9b744fbe71376fe9558863fdfef5
Parents: 37c59e9
Author: Andrew Stitcher <as...@apache.org>
Authored: Tue Jan 23 14:55:14 2018 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Tue Jan 23 15:07:44 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/e29f348b/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index 2a0c75a..d3b290e 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -610,7 +610,7 @@ add_library (
   )
 add_dependencies(qpid-proton-core generated_c_files)
 
-target_link_libraries (qpid-proton-core LINK_PRIVATE ${UUID_LIB} ${SSL_LIB} ${SASL_LIB} ${TIME_LIB} ${PLATFORM_LIBS})
+target_link_libraries (qpid-proton-core LINK_PRIVATE ${SSL_LIB} ${SASL_LIB})
 
 set_target_properties (
   qpid-proton-core
@@ -645,7 +645,7 @@ if (MSVC)
   add_dependencies(qpid-proton qpid-proton-core)
 endif (MSVC)
 
-target_link_libraries (qpid-proton LINK_PRIVATE ${UUID_LIB} ${SSL_LIB} ${SASL_LIB} ${TIME_LIB} ${PLATFORM_LIBS} ${PROACTOR_LIBS})
+target_link_libraries (qpid-proton LINK_PRIVATE ${SSL_LIB} ${SASL_LIB} ${TIME_LIB} ${PLATFORM_LIBS} ${PROACTOR_LIBS})
 
 set_target_properties (
   qpid-proton


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