Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
cbca80f3
Commit
cbca80f3
authored
Oct 08, 2016
by
Stephen Kelly
Browse files
cmLocalGenerator: Move stringstream to where it is used
parent
d48f69d0
Pipeline
#30056
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalGenerator.cxx
View file @
cbca80f3
...
...
@@ -1406,7 +1406,6 @@ void cmLocalGenerator::OutputLinkLibraries(
OutputFormat
shellFormat
=
(
forResponseFile
)
?
RESPONSE
:
((
useWatcomQuote
)
?
WATCOMQUOTE
:
SHELL
);
bool
escapeAllowMakeVars
=
!
forResponseFile
;
std
::
ostringstream
fout
;
cmComputeLinkInformation
&
cli
=
*
pcli
;
...
...
@@ -1498,6 +1497,7 @@ void cmLocalGenerator::OutputLinkLibraries(
}
}
std
::
ostringstream
fout
;
fout
<<
rpath
;
// Write the library flags to the build rule.
...
...
Brad King
@brad.king
Mentioned in commit
656ebaca
·
Oct 10, 2016
Mentioned in commit
656ebaca
Mentioned in commit 656ebaca3be50e92edca3d9628b784f5ff1e6a99
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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