Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cris Luengo
CMake
Commits
ed77c5c5
Commit
ed77c5c5
authored
May 30, 2017
by
Brad King
Browse files
cmQtAutoGeneratorInitializer: Remove unused local variable
parent
b398e716
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmQtAutoGeneratorInitializer.cxx
View file @
ed77c5c5
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment