summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-09 20:27:35 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-09 21:42:13 (GMT)
commit22d09ecf33f3d07925003995b76b7e8aa788c04f (patch)
treef73970d9a4177a48c7ba136fa3979202062546d7 /Source/cmLocalGenerator.h
parent821a711b6ff59fd1fa0c0cbaa43178cee1718078 (diff)
downloadCMake-22d09ecf33f3d07925003995b76b7e8aa788c04f.zip
CMake-22d09ecf33f3d07925003995b76b7e8aa788c04f.tar.gz
CMake-22d09ecf33f3d07925003995b76b7e8aa788c04f.tar.bz2
cmLocalGenerator: Remove ConfigureFinalPass.
Call the cmMakefile implementation directly. This is a configure-time construct.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index efdd487..42df2b8 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -55,11 +55,6 @@ public:
virtual void AddHelperCommands() {}
/**
- * Perform any final calculations prior to generation
- */
- void ConfigureFinalPass();
-
- /**
* Generate the install rules files in this directory.
*/
void GenerateInstallRules();