Check for unused variables at the end of generate
This commit is contained in:
parent
c18c977ce8
commit
b97ee21fc6
|
@ -905,6 +905,8 @@ void cmGlobalGenerator::Generate()
|
|||
}
|
||||
|
||||
this->CMakeInstance->UpdateProgress("Generating done", -1);
|
||||
|
||||
this->CMakeInstance->RunCheckForUnusedVariables("generation");
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue