cmCommonTargetGenerator: Adopt ConfigName member

De-duplicate the member from the Makefile and Ninja target generators.
This commit is contained in:
Brad King
2015-07-08 15:02:11 -04:00
parent 9d41f6d87b
commit abfa5f2d1f
6 changed files with 9 additions and 9 deletions

View File

@@ -67,8 +67,6 @@ protected:
cmMakefile* GetMakefile() const
{ return this->Makefile; }
std::string const& GetConfigName() const;
std::string LanguageCompilerRule(const std::string& lang) const;
const char* GetFeature(const std::string& feature);