diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-30 17:12:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-04 13:06:40 (GMT) |
commit | 363caa2fa540190ea394122fca3cb72d951823ad (patch) | |
tree | 1a5a8cc992fa592818fb933eb13736398ed38065 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 6e570f857acd3322640db72112f2dc37b69396cf (diff) | |
download | CMake-363caa2fa540190ea394122fca3cb72d951823ad.zip CMake-363caa2fa540190ea394122fca3cb72d951823ad.tar.gz CMake-363caa2fa540190ea394122fca3cb72d951823ad.tar.bz2 |
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/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 988d660..f2a1389 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -40,12 +40,6 @@ public: virtual ~cmLocalUnixMakefileGenerator3(); /** - * Process the CMakeLists files for this directory to fill in the - * Makefile ivar - */ - virtual void Configure(); - - /** * Generate the makefile for this directory. */ virtual void Generate(); |