mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 15:00:41 +00:00
cmQtAutoGeneratorInitializer: Remove unused local variable
This commit is contained in:
parent
b398e716f9
commit
ed77c5c5bd
@ -790,8 +790,6 @@ void cmQtAutoGeneratorInitializer::InitializeAutogenTarget(
|
||||
bool usePRE_BUILD = false;
|
||||
cmGlobalGenerator* gg = lg->GetGlobalGenerator();
|
||||
if (gg->GetName().find("Visual Studio") != std::string::npos) {
|
||||
cmGlobalVisualStudioGenerator* vsgg =
|
||||
static_cast<cmGlobalVisualStudioGenerator*>(gg);
|
||||
// Under VS use a PRE_BUILD event instead of a separate target to
|
||||
// reduce the number of targets loaded into the IDE.
|
||||
// This also works around a VS 11 bug that may skip updating the target:
|
||||
|
Loading…
Reference in New Issue
Block a user