mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
This commit is contained in:
@@ -174,7 +174,7 @@ protected:
|
||||
cmTarget&target);
|
||||
|
||||
///! put all the libraries for a target on into the given stream
|
||||
virtual void OutputLinkLibraries(std::ostream&, const char* name,cmTarget &);
|
||||
virtual void OutputLinkLibraries(std::ostream&, cmTarget&);
|
||||
|
||||
/** Compute the string to use to refer to a target in an install
|
||||
file. */
|
||||
|
||||
Reference in New Issue
Block a user