Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53036 - in branches/release/tools/build/CMake: . slaves
From: troy_at_[hidden]
Date: 2009-05-15 18:01:43


Author: troy
Date: 2009-05-15 18:01:42 EDT (Fri, 15 May 2009)
New Revision: 53036
URL: http://svn.boost.org/trac/boost/changeset/53036

Log:

bye. This stuff sucks.

Removed:
   branches/release/tools/build/CMake/slaves/
Text files modified:
   branches/release/tools/build/CMake/BoostTesting.cmake | 17 -----------------
   1 files changed, 0 insertions(+), 17 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-15 18:01:42 EDT (Fri, 15 May 2009)
@@ -434,20 +434,3 @@
   endif(BOOST_TEST_OKAY)
 endmacro(boost_test_link)
 
-if(SLAVE_DIR)
- message(STATUS "")
- message(STATUS "Configuring slave scripts")
- message(STATUS "To SLAVE_DIR = ${SLAVE_DIR}")
- message(STATUS "")
-
- foreach(slavefile
- Experimental
- Continuous
- Nightly
- )
- configure_file(tools/build/CMake/slaves/${slavefile}.cmake.in
- ${SLAVE_DIR}/${slavefile}.cmake
- ESCAPE_QUOTES
- @ONLY)
- endforeach()
-endif()
\ No newline at end of file


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