mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 14:40:48 +08: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->UpdateProgress("Generating done", -1);
|
||||||
|
|
||||||
|
this->CMakeInstance->RunCheckForUnusedVariables("generation");
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user