From ad70681909c75d266e297725eadd9f47e9bf001f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 19 May 2015 09:47:18 +0200 Subject: cmLocalGenerator: Devirtualize method. --- Source/cmLocalGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 67ac4fd..14fa28e 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -395,7 +395,7 @@ public: protected: ///! 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& linkPath, cmGeneratorTarget &, -- cgit v0.12