diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-10 12:56:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-10 12:56:56 (GMT) |
commit | cf4ed391407370ff4148ea286ebf9360b9e7331f (patch) | |
tree | a265207c4a596544979bc816e1197f3ca2eca4e3 /Source/CTest/cmCTestConfigureHandler.cxx | |
parent | 708828dc3761cc009f5ea479e6012ca1193e7e60 (diff) | |
download | CMake-cf4ed391407370ff4148ea286ebf9360b9e7331f.zip CMake-cf4ed391407370ff4148ea286ebf9360b9e7331f.tar.gz CMake-cf4ed391407370ff4148ea286ebf9360b9e7331f.tar.bz2 |
ENH: Be more verbose
Diffstat (limited to 'Source/CTest/cmCTestConfigureHandler.cxx')
-rw-r--r-- | Source/CTest/cmCTestConfigureHandler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestConfigureHandler.cxx b/Source/CTest/cmCTestConfigureHandler.cxx index e3cbf05..f5e8c97 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); |