$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-17 19:08:58
Author: troy
Date: 2007-05-17 19:08:58 EDT (Thu, 17 May 2007)
New Revision: 4103
URL: http://svn.boost.org/trac/boost/changeset/4103
Log:
MESSAGE needs to be STATUS or you get popups on windows.
Text files modified:
sandbox/troy/boost_1_34_0/libs/CMakeLists.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/troy/boost_1_34_0/libs/CMakeLists.txt
==============================================================================
--- sandbox/troy/boost_1_34_0/libs/CMakeLists.txt (original)
+++ sandbox/troy/boost_1_34_0/libs/CMakeLists.txt 2007-05-17 19:08:58 EDT (Thu, 17 May 2007)
@@ -15,11 +15,11 @@
macro(ADD_SUBDIRECTORIES prefix)
foreach(subdir ${ARGN})
- MESSAGE("${prefix}${subdir}")
+ MESSAGE(STATUS "${prefix}${subdir}")
add_subdirectory(${subdir})
endforeach(subdir ${ARGN})
endmacro(ADD_SUBDIRECTORIES prefix)
boost_collect_subproject_directory_names(BOOST_SUBPROJECT_DIRS)
-add_subdirectories(" + " ${BOOST_SUBPROJECT_DIRS})
+add_subdirectories(" + " ${BOOST_SUBPROJECT_DIRS})