mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
cmLocalGenerator: Move stringstream to where it is used
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user