summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-22 18:27:58 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-24 09:19:56 +0200
commit01c26986931a409dbb246b780b808c51aea35c2b (patch)
tree125e407ef15ca2c8f4cb01d4f24c8843b5980cbf /Source/cmLocalVisualStudio10Generator.cxx
parent459c891088c8b2fb8b7cb950878cf7c0579ddb33 (diff)
downloadcmake-01c26986931a409dbb246b780b808c51aea35c2b.tar.gz
VS7: Port to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio10Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio10Generator.cxx b/Source/cmLocalVisualStudio10Generator.cxx
index e9aee8a70b..0040331017 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
{