Check for unused variables at the end of generate

This commit is contained in:
Ben Boeckel 2010-11-15 10:33:14 -05:00
parent c18c977ce8
commit b97ee21fc6
1 changed files with 2 additions and 0 deletions

View File

@ -905,6 +905,8 @@ void cmGlobalGenerator::Generate()
}
this->CMakeInstance->UpdateProgress("Generating done", -1);
this->CMakeInstance->RunCheckForUnusedVariables("generation");
}
//----------------------------------------------------------------------------