summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-06 13:39:01 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-06 13:39:01 (GMT)
commitef3dc6507ea0e22d865d15d6231b5bdfacd8af14 (patch)
treea4829c7474c3af4e3e17ea2ce04f1c4a1fd201f7 /Source/cmGlobalGenerator.h
parent4d6b88d44b35896ec6a2adecc19b5d73c95539c6 (diff)
parent5cf1120fbf11fcc6bb5f5f15b0e2c8472bafc261 (diff)
downloadCMake-ef3dc6507ea0e22d865d15d6231b5bdfacd8af14.zip
CMake-ef3dc6507ea0e22d865d15d6231b5bdfacd8af14.tar.gz
CMake-ef3dc6507ea0e22d865d15d6231b5bdfacd8af14.tar.bz2
Merge topic 'clear-generator-data'
5cf1120 cmGlobalGenerator: Refactor member cleanup between configures
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 92c3096..e01f790 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -414,9 +414,10 @@ private:
cmGeneratorTargetsType GeneratorTargets;
void CreateGeneratorTargets();
void ComputeGeneratorTargetObjects();
- void ClearGeneratorTargets();
virtual void ComputeTargetObjects(cmGeneratorTarget* gt) const;
+ void ClearGeneratorMembers();
+
// Cache directory content and target files to be built.
struct DirectoryContent: public std::set<cmStdString>
{