cmLocalGenerator: Devirtualize method.
This commit is contained in:
parent
6fbd4cae0d
commit
ad70681909
|
@ -395,7 +395,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
///! put all the libraries for a target on into the given stream
|
///! put all the libraries for a target on into the given stream
|
||||||
virtual void OutputLinkLibraries(std::string& linkLibraries,
|
void OutputLinkLibraries(std::string& linkLibraries,
|
||||||
std::string& frameworkPath,
|
std::string& frameworkPath,
|
||||||
std::string& linkPath,
|
std::string& linkPath,
|
||||||
cmGeneratorTarget &,
|
cmGeneratorTarget &,
|
||||||
|
|
Loading…
Reference in New Issue