diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-25 11:52:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:24 (GMT) |
commit | def6da616b81958c9f1058a4e520ac3cbc534757 (patch) | |
tree | d2586262b7f973e0d3c095c810ec829e815a9f4d /Source/cmLocalGenerator.h | |
parent | a67231ac114235f0af4673235c4c07fa896c8ab6 (diff) | |
download | CMake-def6da616b81958c9f1058a4e520ac3cbc534757.zip CMake-def6da616b81958c9f1058a4e520ac3cbc534757.tar.gz CMake-def6da616b81958c9f1058a4e520ac3cbc534757.tar.bz2 |
cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 46eb1b3..91a476f 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; |