summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:46 (GMT)
commit766839c56da82e12b6986fb5cf7c8d86442615bc (patch)
treef5211551a1a77e40f7e37d5dbeedf32fe0eafdda /Source/cmLocalVisualStudio7Generator.cxx
parent47803e6f8e98984e740acf2f7c0a217de58717cd (diff)
downloadCMake-766839c56da82e12b6986fb5cf7c8d86442615bc.zip
CMake-766839c56da82e12b6986fb5cf7c8d86442615bc.tar.gz
CMake-766839c56da82e12b6986fb5cf7c8d86442615bc.tar.bz2
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index daac331..dd4cd33 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1147,7 +1147,7 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
std::string targetNameFull;
std::string targetNameImport;
std::string targetNamePDB;
- target.GetLibraryNames(targetName, targetNameSO, targetNameFull,
+ gt->GetLibraryNames(targetName, targetNameSO, targetNameFull,
targetNameImport, targetNamePDB, configName);
// Compute the link library and directory information.