diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-04-25 16:33:20 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-04-25 16:33:20 +0000 |
| commit | f2a38da06793eec19dd68aab02e61c712efd98a8 (patch) | |
| tree | b99343d9f467361696bb496f19d3b17f05063ea0 | |
| parent | bb48be76f51a3937088508a6a5ddb54620a55f0a (diff) | |
| download | qpid-python-f2a38da06793eec19dd68aab02e61c712efd98a8.tar.gz | |
QPID-3606 get windows builds going again
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1330403 13f79535-47bb-0310-9956-ffa450edef68
| -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 4b740766da..9045d2a208 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -644,7 +644,7 @@ if (BUILD_HA) add_library (ha MODULE ${ha_SOURCES}) set_target_properties (ha PROPERTIES PREFIX "") - target_link_libraries (ha qpidbroker ${Boost_PROGRAM_OPTIONS_LIBRARY}) + target_link_libraries (ha qpidcommon qpidbroker ${Boost_PROGRAM_OPTIONS_LIBRARY}) if (CMAKE_COMPILER_IS_GNUCXX) set_target_properties (ha PROPERTIES PREFIX "" |
