cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.

This commit is contained in:
Stephen Kelly
2015-10-09 23:50:36 +02:00
parent a143d4ac60
commit 8d2e3e53b9
9 changed files with 37 additions and 36 deletions

View File

@@ -259,7 +259,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
cmLocalGenerator::START_OUTPUT,
cmLocalGenerator::UNCHANGED));
std::string implib;
if(this->Target->GetImplibGNUtoMS(targetFullPathImport, implib))
if(this->GeneratorTarget->GetImplibGNUtoMS(targetFullPathImport, implib))
{
exeCleanFiles.push_back(this->Convert(implib,
cmLocalGenerator::START_OUTPUT,