Boost logo

Boost Interest :

From: troy d. straszheim (troy_at_[hidden])
Date: 2008-06-17 10:43:16


Beman Dawes wrote:
> I'm still hung at the step that says " Enable BOOST_BUILD_SLAVE and
> BOOST_BUILD_TESTING."
>
> There are no such entries to enable.
>

Does this help?

   http://svn.boost.org/trac/boost/wiki/CMakeWindowsRegressionQuickstart

it's BUILD_TESTING, not BOOST_BUILD_TESTING, my fault. But BOOST_BUILD_SLAVE should
be there, created by this line:

   option(BOOST_BUILD_SLAVE "Be a build slave, report build/testing" OFF)

of this file:

   http://svn.boost.org/trac/boost/browser/branches/CMake/release/tools/build/CMake/BoostBuildSlave.cmake

-t


Boost-cmake 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