1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 21:40:15 +08:00

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

View File

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