cmGlobalGenerator: Port global target creation to cmMakefile.

This commit is contained in:
Stephen Kelly 2015-08-02 12:48:08 +02:00
parent 56f0540b51
commit 8f75ea3b5e
1 changed files with 1 additions and 1 deletions

View File

@ -2247,7 +2247,7 @@ inline std::string removeQuotes(const std::string& s)
void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets) void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
{ {
cmMakefile* mf = this->LocalGenerators[0]->GetMakefile(); cmMakefile* mf = this->Makefiles[0];
const char* cmakeCfgIntDir = this->GetCMakeCFGIntDir(); const char* cmakeCfgIntDir = this->GetCMakeCFGIntDir();
// CPack // CPack