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 2014/01/27 18:09:37 UTC

svn commit: r1561754 - /qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt

Author: aconway
Date: Mon Jan 27 17:09:37 2014
New Revision: 1561754

URL: http://svn.apache.org/r1561754
Log:
QPID-5513: HA backup fails if number of replicated queues exceeds number of channels.

Fix link error (incorrect libraries listed) in ha_test_max_queues on windows.

Modified:
    qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt?rev=1561754&r1=1561753&r2=1561754&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt Mon Jan 27 17:09:37 2014
@@ -300,7 +300,7 @@ target_link_libraries (msg_group_test qp
 remember_location(msg_group_test)
 
 add_executable (ha_test_max_queues ha_test_max_queues.cpp ${platform_test_additions})
-target_link_libraries (ha_test_max_queues qpidmessaging qpidtypes qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}")
+target_link_libraries (ha_test_max_queues qpidclient qpidcommon "${Boost_PROGRAM_OPTIONS_LIBRARY}")
 remember_location(ha_test_max_queues)
 
 if (BUILD_SASL)



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