cmake: Port configure-time code to cmMakefile.
This commit is contained in:
parent
73e4df99cb
commit
3dd6f0a5bc
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue