From ccbf91daecc369ff055cd7f4f3cf1dd35b701abd Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 6 May 2009 23:34:49 +0000 Subject: CMake: Use CTest for testing, with submission to the dashboard at: http://www.cdash.org/CDashPublic/index.php?project=Boost [SVN r52813] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d8ace8bed..64fe908fa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,9 +84,9 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) list(APPEND CMAKE_MODULE_PATH ${Boost_SOURCE_DIR}/tools/build/CMake) include(BoostUtils) include(BoostConfig) -include(BoostBuildSlave) include(BoostCore) include(BoostDocs) +include(CTest) include(BoostTesting) ########################################################################## -- cgit v1.2.1