From 3b7c4b2a7b784a767bcf31774014d06b97c98d4f Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 29 Oct 2003 09:56:49 -0500 Subject: ENH: More scripting changes --- Source/cmGlobalGenerator.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 85f197f..0911422 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -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() -- cgit v0.12