You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2017/10/27 14:16:57 UTC

[4/6] qpid-cpp git commit: QPID-7713: The proximate fix for the clang linking problem

QPID-7713: The proximate fix for the clang linking problem


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

Branch: refs/heads/master
Commit: 3b789332cc5ca02a7bddee04751b8f229d4603a5
Parents: c5363a4
Author: Justin Ross <jr...@apache.org>
Authored: Thu Sep 21 16:46:55 2017 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Fri Oct 27 07:00:39 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/3b789332/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 546374e..5c4ba79 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -213,7 +213,8 @@ add_executable (unit_test unit_test
                 ${actual_unit_tests} ${platform_test_additions})
 target_link_libraries (unit_test
                        ${qpid_test_boost_libs}
-                       qpidmessaging qpidtypes qpidbroker qpidclient qpidcommon)
+                       qpidmessaging qpidtypes qpidbroker qpidclient qpidcommon
+                       pthread)
 
 endif (BUILD_TESTING_UNITTESTS)
 


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