ENH: More scripting changes

This commit is contained in:
Andy Cedilnik 2003-10-29 09:56:49 -05:00
parent ac2859aaa3
commit 3b7c4b2a7b
1 changed files with 4 additions and 1 deletions

View File

@ -371,7 +371,10 @@ void cmGlobalGenerator::Configure()
"Please set the following variables:\n",
notFoundVars.c_str());
}
m_CMakeInstance->UpdateProgress("Configuring done", -1);
if ( !m_CMakeInstance->GetScriptMode() )
{
m_CMakeInstance->UpdateProgress("Configuring done", -1);
}
}
// loop through the directories creating cmLocalGenerators and Configure()