Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52817 - branches/release/libs/circular_buffer
From: dgregor_at_[hidden]
Date: 2009-05-07 00:42:16


Author: dgregor
Date: 2009-05-07 00:42:14 EDT (Thu, 07 May 2009)
New Revision: 52817
URL: http://svn.boost.org/trac/boost/changeset/52817

Log:
Circular_buffer depends on Thread
Text files modified:
   branches/release/libs/circular_buffer/module.cmake | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/libs/circular_buffer/module.cmake
==============================================================================
--- branches/release/libs/circular_buffer/module.cmake (original)
+++ branches/release/libs/circular_buffer/module.cmake 2009-05-07 00:42:14 EDT (Thu, 07 May 2009)
@@ -1 +1 @@
-boost_module (circular_buffer DEPENDS config)
\ No newline at end of file
+boost_module (circular_buffer DEPENDS config thread)
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk