You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/06/03 21:52:21 UTC

svn commit: r781524 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

Author: shuston
Date: Wed Jun  3 19:52:21 2009
New Revision: 781524

URL: http://svn.apache.org/viewvc?rev=781524&view=rev
Log:
Use Boost variables, not direct library names; inserts correct names cross-platform

Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=781524&r1=781523&r2=781524&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Wed Jun  3 19:52:21 2009
@@ -354,8 +354,8 @@
     ${qpid_poller_module}
   )
   set (libqpidcommon_platform_LIBS
-    boost_program_options
-    boost_filesystem
+    ${Boost_program_options_LIBRARY}
+    ${Boost_filesystem_LIBRARY}
     uuid
     ${CMAKE_DL_LIBS}
   )



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org