mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
This commit is contained in:
@@ -1523,7 +1523,7 @@ cmLocalUnixMakefileGenerator3
|
||||
|
||||
// Collect up flags to link in needed libraries.
|
||||
cmOStringStream linklibs;
|
||||
this->OutputLinkLibraries(linklibs, 0, target);
|
||||
this->OutputLinkLibraries(linklibs, target);
|
||||
|
||||
// Construct object file lists that may be needed to expand the
|
||||
// rule.
|
||||
@@ -1868,7 +1868,7 @@ cmLocalUnixMakefileGenerator3
|
||||
|
||||
// Collect up flags to link in needed libraries.
|
||||
cmOStringStream linklibs;
|
||||
this->OutputLinkLibraries(linklibs, target.GetName(), target);
|
||||
this->OutputLinkLibraries(linklibs, target);
|
||||
|
||||
// Construct object file lists that may be needed to expand the
|
||||
// rule.
|
||||
|
||||
Reference in New Issue
Block a user