summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 19:12:38 +0200
committerBrad King <brad.king@kitware.com>2015-06-04 09:06:40 -0400
commit363caa2fa540190ea394122fca3cb72d951823ad (patch)
tree1a5a8cc992fa592818fb933eb13736398ed38065 /Source/cmLocalGenerator.h
parent6e570f857acd3322640db72112f2dc37b69396cf (diff)
downloadcmake-363caa2fa540190ea394122fca3cb72d951823ad.tar.gz
cmLocalGenerator: De-virtualize Configure().
The generators that override it do so in order to populate data members which can instead be populated in Generate().
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index f02b5db4f9..b635180442 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -50,7 +50,7 @@ public:
* Process the CMakeLists files for this directory to fill in the
* Makefile ivar
*/
- virtual void Configure();
+ void Configure();
/**
* Calls TraceVSDependencies() on all targets of this generator.