Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53137 - branches/release/tools/build/CMake
From: troy_at_[hidden]
Date: 2009-05-20 13:15:59


Author: troy
Date: 2009-05-20 13:15:58 EDT (Wed, 20 May 2009)
New Revision: 53137
URL: http://svn.boost.org/trac/boost/changeset/53137

Log:

Let's see if this gets us anything

Text files modified:
   branches/release/tools/build/CMake/BoostTesting.cmake | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/tools/build/CMake/BoostTesting.cmake
==============================================================================
--- branches/release/tools/build/CMake/BoostTesting.cmake (original)
+++ branches/release/tools/build/CMake/BoostTesting.cmake 2009-05-20 13:15:58 EDT (Wed, 20 May 2009)
@@ -51,6 +51,9 @@
   if (TEST_INSTALLED_TREE)
     include("${CMAKE_INSTALL_PREFIX}/lib/Boost${BOOST_VERSION}/boost-targets.cmake")
   endif (TEST_INSTALLED_TREE)
+
+ set(DART_TESTING_TIMEOUT=15 CACHE INTEGER "Timeout after this much madness")
+
 endif (BUILD_REGRESSION_TESTS)
 
 #-------------------------------------------------------------------------------


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