diff options
author | Brad King <brad.king@kitware.com> | 2015-08-11 12:47:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-11 12:47:05 (GMT) |
commit | f33ccc270e29f8df34144a56e14c476b1b48f0af (patch) | |
tree | 9efe036e6e83a5c1941a94522ccc4416911250c5 /Source/cmLocalNinjaGenerator.cxx | |
parent | 489ab9cb3aba79c9f3c1c08d3507b0e19e8ca9c0 (diff) | |
parent | 1689c91d8d7667426fdca694d801b6189f68d37e (diff) | |
download | CMake-f33ccc270e29f8df34144a56e14c476b1b48f0af.zip CMake-f33ccc270e29f8df34144a56e14c476b1b48f0af.tar.gz CMake-f33ccc270e29f8df34144a56e14c476b1b48f0af.tar.bz2 |
Merge topic 'rm-Makefile-LocalGenerator'
1689c91d cmMakefile: Remove unused method.
dd11f72c cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.
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 aaad075..cfca418 100644 --- a/Source/cmLocalNinjaGenerator.cxx +++ b/Source/cmLocalNinjaGenerator.cxx @@ -90,7 +90,7 @@ void cmLocalNinjaGenerator::Generate() // Add the target to "all" if required. if (!this->GetGlobalNinjaGenerator()->IsExcluded( this->GetGlobalNinjaGenerator()->GetLocalGenerators()[0], - *t->second->Target)) + t->second)) this->GetGlobalNinjaGenerator()->AddDependencyToAll(t->second->Target); delete tg; } |