mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
cmGlobalGenerator: Make SelectMakeProgram const.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user