diff options
| author | Alan Conway <aconway@apache.org> | 2012-06-13 14:30:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-06-13 14:30:54 +0000 |
| commit | b2c2d5c174bf62fe0fbaa05ddf98467e8cbb87b0 (patch) | |
| tree | 40b4c81d3e061311046f415ad60a25ecb7fead07 /qpid/cpp/src | |
| parent | 6669f46b2edc10980edc2d3d664262dcca9dd881 (diff) | |
| download | qpid-python-b2c2d5c174bf62fe0fbaa05ddf98467e8cbb87b0.tar.gz | |
NO-JIRA: Fix error in CMakeLists.txt to link ha library.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1349873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index b9c2f4dc6a..23a55845ce 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -661,7 +661,7 @@ if (BUILD_HA) add_library (ha MODULE ${ha_SOURCES}) set_target_properties (ha PROPERTIES PREFIX "") - target_link_libraries (ha qpidcommon qpidbroker ${Boost_PROGRAM_OPTIONS_LIBRARY}) + target_link_libraries (ha qpidcommon qpidbroker pthread ${Boost_PROGRAM_OPTIONS_LIBRARY}) if (CMAKE_COMPILER_IS_GNUCXX) set_target_properties (ha PROPERTIES PREFIX "" |
