diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-22 16:27:57 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:55 (GMT) |
commit | 459c891088c8b2fb8b7cb950878cf7c0579ddb33 (patch) | |
tree | 459c848c058f05e0d1d4e3fe8fa702b14f607d55 /Source/cmLocalVisualStudio10Generator.cxx | |
parent | 7f8bb857b8ab714b80acfa6a6e2c34195fabff6f (diff) | |
download | CMake-459c891088c8b2fb8b7cb950878cf7c0579ddb33.zip CMake-459c891088c8b2fb8b7cb950878cf7c0579ddb33.tar.gz CMake-459c891088c8b2fb8b7cb950878cf7c0579ddb33.tar.bz2 |
VS10: Port to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalVisualStudio10Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio10Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio10Generator.cxx b/Source/cmLocalVisualStudio10Generator.cxx index c9d53fe..e9aee8a 100644 --- a/Source/cmLocalVisualStudio10Generator.cxx +++ b/Source/cmLocalVisualStudio10Generator.cxx @@ -90,7 +90,7 @@ void cmLocalVisualStudio10Generator::Generate() else { cmVisualStudio10TargetGenerator tg( - (*l)->Target, static_cast<cmGlobalVisualStudio10Generator*>( + *l, static_cast<cmGlobalVisualStudio10Generator*>( this->GetGlobalGenerator())); tg.Generate(); } |