diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-18 16:40:56 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 23:58:49 +0200 |
commit | 04b6bb167636ccf2fe565239a44249366ee1e452 (patch) | |
tree | 754d7cd880c859884b91b84865818edf26f49202 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 400e3d19fcebf7d6e9551d585d60754bd937c28c (diff) | |
download | cmake-04b6bb167636ccf2fe565239a44249366ee1e452.tar.gz |
cmLocalGenerator: Simplify semantic of adding generator targets.
Don't store on the global generator as a side effect. Update clients to adapt.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index 9af5b35364..91ca9a31d3 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -88,6 +88,7 @@ void cmGlobalVisualStudioGenerator::AddExtraIDETargets() cmGeneratorTarget* gt = new cmGeneratorTarget(allBuild, gen[0]); gen[0]->AddGeneratorTarget(allBuild, gt); + this->AddGeneratorTarget(allBuild, gt); #if 0 // Can't activate this code because we want ALL_BUILD |