mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 23:00:50 +08:00
Don't check for unused vars at configure time
The generate step should catch all of them.
This commit is contained in:
@@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass()
|
|||||||
{
|
{
|
||||||
l->second.FinishConfigure();
|
l->second.FinishConfigure();
|
||||||
}
|
}
|
||||||
|
|
||||||
this->GetCMakeInstance()->RunCheckForUnusedVariables("configure");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user