diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-22 16:27:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | 01c26986931a409dbb246b780b808c51aea35c2b (patch) | |
tree | 125e407ef15ca2c8f4cb01d4f24c8843b5980cbf /Source/cmLocalVisualStudio10Generator.cxx | |
parent | 459c891088c8b2fb8b7cb950878cf7c0579ddb33 (diff) | |
download | CMake-01c26986931a409dbb246b780b808c51aea35c2b.zip CMake-01c26986931a409dbb246b780b808c51aea35c2b.tar.gz CMake-01c26986931a409dbb246b780b808c51aea35c2b.tar.bz2 |
VS7: 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 e9aee8a..0040331 100644 --- a/Source/cmLocalVisualStudio10Generator.cxx +++ b/Source/cmLocalVisualStudio10Generator.cxx @@ -85,7 +85,7 @@ void cmLocalVisualStudio10Generator::Generate() if(static_cast<cmGlobalVisualStudioGenerator*>(this->GlobalGenerator) ->TargetIsFortranOnly(*(*l)->Target)) { - this->CreateSingleVCProj((*l)->GetName().c_str(), *(*l)->Target); + this->CreateSingleVCProj((*l)->GetName().c_str(), *l); } else { |