diff options
| author | Alan Conway <aconway@apache.org> | 2009-12-10 18:40:37 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-12-10 18:40:37 +0000 |
| commit | ea80bee0d468ffab3dfec89ffcd171ad54fdd3c4 (patch) | |
| tree | 796e95cd19653a69a2cfeb381569718e4e6241b6 /qpid/cpp/src/tests/cluster.cmake | |
| parent | eabca97cb1b2116665b61554d61fc6ca20a15c42 (diff) | |
| download | qpid-python-ea80bee0d468ffab3dfec89ffcd171ad54fdd3c4.tar.gz | |
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@889358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.cmake')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.cmake b/qpid/cpp/src/tests/cluster.cmake index cc7d154e7d..9084bfb85b 100644 --- a/qpid/cpp/src/tests/cluster.cmake +++ b/qpid/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) |
