summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.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/cmLocalGenerator.h
parent363caa2fa540190ea394122fca3cb72d951823ad (diff)
downloadCMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.zip
CMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.tar.gz
CMake-27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4.tar.bz2
Merge Configure state with GeneratingBuildSystem state.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index b635180..8a1649e 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -383,8 +383,6 @@ public:
bool IsMinGWMake() const;
bool IsNMake() const;
- void SetConfiguredCMP0014(bool configured);
-
protected:
///! put all the libraries for a target on into the given stream
void OutputLinkLibraries(std::string& linkLibraries,
@@ -451,7 +449,6 @@ protected:
std::set<cmTarget const*> WarnCMP0063;
bool LinkScriptShell;
- bool Configured;
bool EmitUniversalBinaryFlags;
// Hack for ExpandRuleVariable until object-oriented version is