diff options
| author | Alan Conway <aconway@apache.org> | 2012-06-14 20:02:39 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-06-14 20:02:39 +0000 |
| commit | abdb3229294171361e4cb08bf929a2bb08286e64 (patch) | |
| tree | 789a1a2e69d6ec970e959eabcbc93eeafd468f94 /cpp/src | |
| parent | beb2cdc49e4a621fc246a5509ee0d3421272ba78 (diff) | |
| download | qpid-python-abdb3229294171361e4cb08bf929a2bb08286e64.tar.gz | |
NO-JIRA: CMakeLists.txt: moved reference to pthread from HA link list to linux specific section.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1350381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 23a55845ce..e7090b74a0 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 pthread ${Boost_PROGRAM_OPTIONS_LIBRARY}) + target_link_libraries (ha qpidtypes qpidcommon qpidbroker) if (CMAKE_COMPILER_IS_GNUCXX) set_target_properties (ha PROPERTIES PREFIX "" @@ -806,6 +806,7 @@ else (CMAKE_SYSTEM_NAME STREQUAL Windows) set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread") if (CMAKE_COMPILER_IS_GNUCXX) set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${GCC_CATCH_UNDEFINED} -pthread") + set (CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -pthread") endif (CMAKE_COMPILER_IS_GNUCXX) # On Linux override memory status module set (qpid_memstat_module |
