summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 19:02:11 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:06 (GMT)
commitabfa5f2d1fac0a55b430e078884ad1ae252d20cd (patch)
treee05d7c801401e2a38847e269c02d1a710f9ef9e0 /Source/cmMakefileTargetGenerator.cxx
parent9d41f6d87b28c46d8a6d52f2de91976819e6b4d0 (diff)
downloadCMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.zip
CMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.tar.gz
CMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.tar.bz2
cmCommonTargetGenerator: Adopt ConfigName member
De-duplicate the member from the Makefile and Ninja target generators.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 3371381..5c9402e 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -44,7 +44,6 @@ cmMakefileTargetGenerator::cmMakefileTargetGenerator(cmGeneratorTarget* target)
this->FortranModuleDirectoryComputed = false;
this->LocalGenerator =
static_cast<cmLocalUnixMakefileGenerator3*>(target->GetLocalGenerator());
- this->ConfigName = this->LocalGenerator->GetConfigName().c_str();
this->GlobalGenerator =
static_cast<cmGlobalUnixMakefileGenerator3*>(
this->LocalGenerator->GetGlobalGenerator());