summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 17:50:58 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:06:41 (GMT)
commitf059ed165bafff94f9bcd3823e12a8ce1f5ec647 (patch)
treeedd12618c7b9e6f6b94a2d9b7882fbb5e9077768 /Source/cmMakefile.h
parenta653611db0d6e23456c5ef90f95e19ea5d70a428 (diff)
downloadCMake-f059ed165bafff94f9bcd3823e12a8ce1f5ec647.zip
CMake-f059ed165bafff94f9bcd3823e12a8ce1f5ec647.tar.gz
CMake-f059ed165bafff94f9bcd3823e12a8ce1f5ec647.tar.bz2
cmMakefile: Move Configure responsibility from cmLocalGenerator.
The generator should only have a function at generate time.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 509f5c8..e36df36 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -262,11 +262,6 @@ public:
this->LinkDirectories = vec;
}
- std::vector<cmLocalGenerator*> GetUnConfiguredDirectories() const
- {
- return this->UnConfiguredDirectories;
- }
-
/**
* Add a subdirectory to the build.
*/
@@ -275,6 +270,8 @@ public:
bool excludeFromAll,
bool immediate);
+ void Configure();
+
/**
* Configure a subdirectory
*/