cmGlobalGenerator: Rename progress initializer method.

This commit is contained in:
Stephen Kelly
2015-08-02 10:23:12 +02:00
parent b9eb3cd140
commit 2394584ce2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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,