$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-06-15 11:07:03
Author: troy
Date: 2007-06-15 11:07:02 EDT (Fri, 15 Jun 2007)
New Revision: 7061
URL: http://svn.boost.org/trac/boost/changeset/7061
Log:
typo
Text files modified:
sandbox-branches/boost-cmake/dart-client/conf.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/boost-cmake/dart-client/conf.py
==============================================================================
--- sandbox-branches/boost-cmake/dart-client/conf.py (original)
+++ sandbox-branches/boost-cmake/dart-client/conf.py 2007-06-15 11:07:02 EDT (Fri, 15 Jun 2007)
@@ -6,7 +6,7 @@
build_variants = {
'debug' : ['-DBUILD_TESTING:BOOL=ON', '-DBUILD_RELEASE:BOOL=OFF', '-DBUILD_DEBUG:BOOL=ON'],
- 'release': ['-DBUILD_TESTING:BOOL=ON', '-DBUILD_RELEASE:BOOL=OFF', '-DBUILD_DEBUG:BOOL=ON']
+ 'release': ['-DBUILD_TESTING:BOOL=ON', '-DBUILD_RELEASE:BOOL=ON', '-DBUILD_DEBUG:BOOL=OFF']
}
def nightly_dt(t):