2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Let's see if this gets us anything

[SVN r53137]
This commit is contained in:
Troy D. Straszheim
2009-05-20 17:15:58 +00:00
parent 808fed3d71
commit 37cd001825

View File

@@ -51,6 +51,9 @@ if (BUILD_REGRESSION_TESTS)
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)
#-------------------------------------------------------------------------------