mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmCommonTargetGenerator: Adopt ConfigName member
De-duplicate the member from the Makefile and Ninja target generators.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user