diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 18:26:40 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 09:19:56 +0200 |
commit | 94fd5a5af87adafbbf7f47d6d083b53c6bd3e941 (patch) | |
tree | b3ce210f7c8da28b4a5d6c8de358496a21e410ea /Source/cmLocalVisualStudio7Generator.cxx | |
parent | ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (diff) | |
download | cmake-94fd5a5af87adafbbf7f47d6d083b53c6bd3e941.tar.gz |
VS: Port ImplibDir to cmGeneratorTarget
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 8b1915a3bc..a2d4d16b06 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -2048,7 +2048,7 @@ void cmLocalVisualStudio7Generator event.Write(target->Target->GetPreLinkCommands()); } cmsys::auto_ptr<cmCustomCommand> pcc( - this->MaybeCreateImplibDir(*target->Target, + this->MaybeCreateImplibDir(target, configName, this->FortranProject)); if(pcc.get()) { |