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 | 073ed806a7908507c440f5b17ec399d1eec9de37 (patch) | |
| tree | 50c553537ffdd5dcc4739b477282361a0ee77432 /cpp/src | |
| parent | 3514edeb586cf912301d19e14ed49f1c27480f0c (diff) | |
| download | qpid-python-073ed806a7908507c440f5b17ec399d1eec9de37.tar.gz | |
NO-JIRA: Fix error in CMakeLists.txt to link ha library.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1349873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index b9c2f4dc6a..23a55845ce 100644 --- a/cpp/src/CMakeLists.txt +++ b/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 "" |
