cmake: Port configure-time code to cmMakefile.

This commit is contained in:
Stephen Kelly 2015-08-02 13:15:47 +02:00
parent 73e4df99cb
commit 3dd6f0a5bc
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ int cmake::ActualConfigure()
}
}
cmMakefile* mf=this->GlobalGenerator->GetLocalGenerators()[0]->GetMakefile();
cmMakefile* mf=this->GlobalGenerator->GetMakefiles()[0];
if (mf->IsOn("CTEST_USE_LAUNCHERS")
&& !this->State->GetGlobalProperty("RULE_LAUNCH_COMPILE"))
{