diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-06-03 19:52:21 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-06-03 19:52:21 +0000 |
| commit | cbd48a6a977974bc9a29b77f4fc4323b3558c6e1 (patch) | |
| tree | 391e8206a654f7aa91c7890e04f63d31e110edd1 /qpid/cpp/src | |
| parent | 30e47b9553e9edc8f776a242eaf35a52d8165001 (diff) | |
| download | qpid-python-cbd48a6a977974bc9a29b77f4fc4323b3558c6e1.tar.gz | |
Use Boost variables, not direct library names; inserts correct names cross-platform
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 222ea91c63..39e0159ac2 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -354,8 +354,8 @@ else (CMAKE_SYSTEM_NAME STREQUAL Windows) ${qpid_poller_module} ) set (libqpidcommon_platform_LIBS - boost_program_options - boost_filesystem + ${Boost_program_options_LIBRARY} + ${Boost_filesystem_LIBRARY} uuid ${CMAKE_DL_LIBS} ) |
