From a12252bbafc72607e11aad13a8cb1e86ffc5d30f Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 8 Oct 2012 15:49:24 +0000 Subject: QPID-4360 Fix unix/windows builds after commit 1394706 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1395627 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index d0097ce5f4..60dbd28de3 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -664,7 +664,7 @@ if (BUILD_HA) add_library (ha MODULE ${ha_SOURCES}) set_target_properties (ha PROPERTIES PREFIX "") - target_link_libraries (ha qpidtypes qpidcommon qpidbroker) + target_link_libraries (ha qpidtypes qpidcommon qpidbroker qpidmessaging) if (CMAKE_COMPILER_IS_GNUCXX) set_target_properties (ha PROPERTIES PREFIX "" -- cgit v1.2.1