Don't check for unused vars at configure time
The generate step should catch all of them.
This commit is contained in:
parent
447a04c31c
commit
fd50f06b21
|
@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass()
|
||||||
{
|
{
|
||||||
l->second.FinishConfigure();
|
l->second.FinishConfigure();
|
||||||
}
|
}
|
||||||
|
|
||||||
this->GetCMakeInstance()->RunCheckForUnusedVariables("configure");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue