|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52867 - branches/release/tools/build/CMake
From: troy_at_[hidden]
Date: 2009-05-09 19:15:05
Author: troy
Date: 2009-05-09 19:15:04 EDT (Sat, 09 May 2009)
New Revision: 52867
URL: http://svn.boost.org/trac/boost/changeset/52867
Log:
Add support for testing on platforms with case sensitive filesystems :)
Text files modified:
branches/release/tools/build/CMake/BoostTesting.cmake | 4 ++--
1 files changed, 2 insertions(+), 2 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-09 19:15:04 EDT (Sat, 09 May 2009)
@@ -336,8 +336,8 @@
add_test(${BOOST_TEST_TESTNAME}
${CMAKE_CTEST_COMMAND}
--build-and-test
- ${Boost_SOURCE_DIR}/tools/Build/CMake/CompileTest
- ${Boost_BINARY_DIR}/tools/Build/CMake/CompileTest
+ ${Boost_SOURCE_DIR}/tools/build/CMake/CompileTest
+ ${Boost_BINARY_DIR}/tools/build/CMake/CompileTest
--build-generator ${CMAKE_GENERATOR}
--build-makeprogram ${CMAKE_MAKE_PROGRAM}
--build-project CompileTest
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