mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
Check for unused variables at the end of generate
This commit is contained in:
@@ -905,6 +905,8 @@ void cmGlobalGenerator::Generate()
|
||||
}
|
||||
|
||||
this->CMakeInstance->UpdateProgress("Generating done", -1);
|
||||
|
||||
this->CMakeInstance->RunCheckForUnusedVariables("generation");
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user