summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-29 14:56:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-10-29 14:56:49 (GMT)
commit3b7c4b2a7b784a767bcf31774014d06b97c98d4f (patch)
treeb83d17440967a7e7589b7a510060f5c518f9f61c /Source
parentac2859aaa36ad25ff71da0a2dae54b84e6378897 (diff)
downloadCMake-3b7c4b2a7b784a767bcf31774014d06b97c98d4f.zip
CMake-3b7c4b2a7b784a767bcf31774014d06b97c98d4f.tar.gz
CMake-3b7c4b2a7b784a767bcf31774014d06b97c98d4f.tar.bz2
ENH: More scripting changes
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalGenerator.cxx5
1 files changed, 4 insertions, 1 deletions
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()