diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-18 09:27:49 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-18 09:27:49 (GMT) |
commit | 7751966297e3b68b6c9904300f96bb57882af11a (patch) | |
tree | 54d87eba73fb853c5d66f5d68e2b36a5cea7d35d /Source/cmLocalNinjaGenerator.cxx | |
parent | c3988ee871c99e31ad4d10e9033d89da902d5694 (diff) | |
download | CMake-7751966297e3b68b6c9904300f96bb57882af11a.zip CMake-7751966297e3b68b6c9904300f96bb57882af11a.tar.gz CMake-7751966297e3b68b6c9904300f96bb57882af11a.tar.bz2 |
Ninja: remove 'friend' in ninja code
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmLocalNinjaGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx index ea9c406..d902f4e 100644 --- a/Source/cmLocalNinjaGenerator.cxx +++ b/Source/cmLocalNinjaGenerator.cxx @@ -61,7 +61,7 @@ void cmLocalNinjaGenerator::Generate() tg->Generate(); // Add the target to "all" if required. if (!this->GetGlobalNinjaGenerator()->IsExcluded( - this->GetGlobalNinjaGenerator()->LocalGenerators[0], + this->GetGlobalNinjaGenerator()->GetLocalGenerators()[0], t->second)) this->GetGlobalNinjaGenerator()->AddDependencyToAll(&t->second); delete tg; |