Don't check for unused vars at configure time

The generate step should catch all of them.
This commit is contained in:
Ben Boeckel 2010-12-02 16:57:30 -05:00
parent 447a04c31c
commit fd50f06b21
1 changed files with 0 additions and 2 deletions

View File

@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass()
{
l->second.FinishConfigure();
}
this->GetCMakeInstance()->RunCheckForUnusedVariables("configure");
}
//----------------------------------------------------------------------------