$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-27 11:03:34
Author: troy
Date: 2007-05-27 11:03:33 EDT (Sun, 27 May 2007)
New Revision: 4315
URL: http://svn.boost.org/trac/boost/changeset/4315
Log:
need this for compiles tests.
Text files modified: 
   sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake	(original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/boost.cmake	2007-05-27 11:03:33 EDT (Sun, 27 May 2007)
@@ -3,7 +3,7 @@
 #
 include(list_contains)
 include(parse_arguments)
-
+include(CheckCXXSourceCompiles)
 if(CMAKE_COMPILER_IS_GNUCC)
   add_definitions(-pipe)
 endif(CMAKE_COMPILER_IS_GNUCC)