From caaa1c00f62f11a1f046a7cf40583eedd2d873e3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 10 Dec 2009 18:40:37 +0000 Subject: QPID-2236: cmake link error, missing boost.system library. Tested on boost-1.37.0-7.fc11.x86_64 which has the system library and boost-1.33.1-10.el5 which does not. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@889358 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/cluster.cmake b/cpp/src/tests/cluster.cmake index cc7d154e7d..9084bfb85b 100644 --- a/cpp/src/tests/cluster.cmake +++ b/cpp/src/tests/cluster.cmake @@ -35,7 +35,7 @@ set (cluster_test_SOURCES InitialStatusMap StoreStatus ) -add_executable (cluster_test cluster_test ${cluster_test_SOURCES} ${platform_test_additions}) +add_executable (cluster_test ${cluster_test_SOURCES} ${platform_test_additions}) target_link_libraries (cluster_test ${qpid_test_boost_libs} qpidclient qpidbroker cluster_shared) remember_location(cluster_test) -- cgit v1.2.1