diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:32:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 23:18:27 (GMT) |
commit | a4bbdc5ecf4d2b66346e1006cee891acf95c8ad8 (patch) | |
tree | b799b833c0424fa92573a9acdb52d6f67bcc8707 /Source/cmLocalGenerator.h | |
parent | 04b6bb167636ccf2fe565239a44249366ee1e452 (diff) | |
download | CMake-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.h | 4 |
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; |