|
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:
-t