cmGlobalGenerator: Make SelectMakeProgram const.

This commit is contained in:
Stephen Kelly
2014-01-10 13:51:29 +01:00
parent b4ff38a5ef
commit 2cbf031190
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ protected:
std::vector<cmXCodeObject*> XCodeObjects;
cmXCodeObject* RootObject;
private:
void PrintCompilerAdvice(std::ostream&, std::string, const char*) {}
void PrintCompilerAdvice(std::ostream&, std::string, const char*) const {}
void ComputeTargetObjects(cmGeneratorTarget* gt) const;
std::string GetObjectsNormalDirectory(