summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-02 08:23:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-23 16:05:13 (GMT)
commit2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a (patch)
tree3ce0c33304e1afc0538c598946ae542a6e6522c2 /Source/cmGlobalUnixMakefileGenerator3.cxx
parentb9eb3cd1405d423bf0156fabc3340c396b1f308c (diff)
downloadCMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.zip
CMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.tar.gz
CMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.tar.bz2
cmGlobalGenerator: Rename progress initializer method.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 255b59d..f8dee62 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -919,7 +919,7 @@ cmGlobalUnixMakefileGenerator3
// Build a map that contains a the set of targets used by each local
// generator directory level.
-void cmGlobalUnixMakefileGenerator3::FillLocalGeneratorToTargetMap()
+void cmGlobalUnixMakefileGenerator3::InitializeProgressMarks()
{
this->LocalGeneratorToTargetMap.clear();
// Loop over all targets in all local generators.