ENH: Make CMake --build-and-test to be verbose by default

This commit is contained in:
Andy Cedilnik 2005-06-01 08:25:43 -04:00
parent 20bb808656
commit 8e3832c3d5
1 changed files with 1 additions and 0 deletions

View File

@ -1465,6 +1465,7 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
if(cmakeAndTest)
{
m_Verbose = true;
cmSystemTools::ResetErrorOccuredFlag();
cmListFileCache::ClearCache();
int retv = this->RunCMakeAndTest(output);