summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index 222ea91c63..39e0159ac2 100644
--- a/cpp/src/CMakeLists.txt
+++ b/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}
)