summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestConfigureHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-10 08:56:56 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-10 08:56:56 -0400
commitcf4ed391407370ff4148ea286ebf9360b9e7331f (patch)
treea265207c4a596544979bc816e1197f3ca2eca4e3 /Source/CTest/cmCTestConfigureHandler.cxx
parent708828dc3761cc009f5ea479e6012ca1193e7e60 (diff)
downloadcmake-cf4ed391407370ff4148ea286ebf9360b9e7331f.tar.gz
ENH: Be more verbose
Diffstat (limited to 'Source/CTest/cmCTestConfigureHandler.cxx')
-rw-r--r--Source/CTest/cmCTestConfigureHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestConfigureHandler.cxx b/Source/CTest/cmCTestConfigureHandler.cxx
index e3cbf05ae4..f5e8c97b57 100644
--- a/Source/CTest/cmCTestConfigureHandler.cxx
+++ b/Source/CTest/cmCTestConfigureHandler.cxx
@@ -66,6 +66,7 @@ int cmCTestConfigureHandler::ProcessHandler()
cmGeneratedFileStream ofs;
m_CTest->OpenOutputFile("Temporary", "LastConfigure.log", ofs);
+ cmCTestLog(m_CTest, HANDLER_VERBOSE_OUTPUT, "Configure with command: " << cCommand.c_str() << std::endl);
res = m_CTest->RunMakeCommand(cCommand.c_str(), &output,
&retVal, buildDirectory.c_str(),
0, ofs);