summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-25 12:52:46 +0100
committerStephen Kelly <steveire@gmail.com>2015-10-27 07:44:24 +0100
commitdef6da616b81958c9f1058a4e520ac3cbc534757 (patch)
treed2586262b7f973e0d3c095c810ec829e815a9f4d /Source/cmLocalGenerator.h
parenta67231ac114235f0af4673235c4c07fa896c8ab6 (diff)
downloadcmake-def6da616b81958c9f1058a4e520ac3cbc534757.tar.gz
cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 46eb1b3913..91a476fa0b 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -373,6 +373,7 @@ protected:
std::set<cmGeneratorTarget const*> WarnCMP0063;
std::vector<cmGeneratorTarget*> GeneratorTargets;
+ std::map<std::string, std::string> AliasTargets;
bool EmitUniversalBinaryFlags;