summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-18 14:32:43 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 23:18:27 (GMT)
commita4bbdc5ecf4d2b66346e1006cee891acf95c8ad8 (patch)
treeb799b833c0424fa92573a9acdb52d6f67bcc8707 /Source/cmLocalGenerator.h
parent04b6bb167636ccf2fe565239a44249366ee1e452 (diff)
downloadCMake-a4bbdc5ecf4d2b66346e1006cee891acf95c8ad8.zip
CMake-a4bbdc5ecf4d2b66346e1006cee891acf95c8ad8.tar.gz
CMake-a4bbdc5ecf4d2b66346e1006cee891acf95c8ad8.tar.bz2
cmLocalGenerator: Remove cmGeneratorTargetsType from setter API.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 2bc0e4a..307c67f 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -118,10 +118,6 @@ public:
return this->GeneratorTargets;
}
- void SetGeneratorTargets(const cmGeneratorTargetsType &targets)
- {
- this->GeneratorTargets = targets;
- }
void AddGeneratorTarget(cmTarget* t, cmGeneratorTarget* gt);
cmGeneratorTarget* FindGeneratorTargetToUse(const std::string& name) const;