summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 17:26:32 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:06:40 (GMT)
commit27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4 (patch)
treebbd3f87ecf807594738b5188889936813f6cc28b /Source/cmMakefile.h
parent363caa2fa540190ea394122fca3cb72d951823ad (diff)
downloadCMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.zip
CMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.tar.gz
CMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.tar.bz2
Merge Configure state with GeneratingBuildSystem state.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index efd73a1..a45d837 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -781,8 +781,8 @@ public:
return this->CompileDefinitionsEntries;
}
- bool IsGeneratingBuildSystem() const { return this->GeneratingBuildSystem; }
- void SetGeneratingBuildSystem(){ this->GeneratingBuildSystem = true; }
+ bool IsConfigured() const { return this->Configured; }
+ void SetConfigured(){ this->Configured = true; }
void AddQtUiFileWithOptions(cmSourceFile *sf);
std::vector<cmSourceFile*> GetQtUiFilesWithOptions() const;
@@ -994,7 +994,7 @@ private:
long line,
bool removeEmpty,
bool replaceAt) const;
- bool GeneratingBuildSystem;
+ bool Configured;
/**
* Old version of GetSourceFileWithOutput(const std::string&) kept for
* backward-compatibility. It implements a linear search and support