diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-02 08:23:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-23 16:05:13 (GMT) |
commit | 2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a (patch) | |
tree | 3ce0c33304e1afc0538c598946ae542a6e6522c2 /Source/cmGlobalGenerator.h | |
parent | b9eb3cd1405d423bf0156fabc3340c396b1f308c (diff) | |
download | CMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.zip CMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.tar.gz CMake-2394584ce2fa4ff88bb8b196e5a75fc5f848ba4a.tar.bz2 |
cmGlobalGenerator: Rename progress initializer method.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 86f52af..fe710f1 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -398,7 +398,7 @@ protected: void CheckLocalGenerators(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen) const; bool IsExcluded(cmLocalGenerator* root, cmGeneratorTarget* target) const; - virtual void FillLocalGeneratorToTargetMap() {} + virtual void InitializeProgressMarks() {} void CreateDefaultGlobalTargets(cmTargets* targets); cmTarget CreateGlobalTarget(const std::string& name, const char* message, const cmCustomCommandLines* commandLines, |