summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-19 07:47:18 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-20 15:21:09 (GMT)
commitad70681909c75d266e297725eadd9f47e9bf001f (patch)
tree8ba0e9e330ba3c62e2e8979293656f59cfb9ca18 /Source
parent6fbd4cae0d7765d305d753a78d167b3fcaa6eaf6 (diff)
downloadCMake-ad70681909c75d266e297725eadd9f47e9bf001f.zip
CMake-ad70681909c75d266e297725eadd9f47e9bf001f.tar.gz
CMake-ad70681909c75d266e297725eadd9f47e9bf001f.tar.bz2
cmLocalGenerator: Devirtualize method.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
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 &,