summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:43 (GMT)
commit41abdc17df99662a8e99ba895050dbc8c0e34b8e (patch)
treeca27f70ba5884758eb78d64df23d9202c69c7a1f /Source/cmGlobalXCodeGenerator.cxx
parent1aa13f2b58e477095f76d28a8d9bb1b83a9dd1f5 (diff)
downloadCMake-41abdc17df99662a8e99ba895050dbc8c0e34b8e.zip
CMake-41abdc17df99662a8e99ba895050dbc8c0e34b8e.tar.gz
CMake-41abdc17df99662a8e99ba895050dbc8c0e34b8e.tar.bz2
cmGeneratorTarget: Move GetSOName from cmTarget..
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 7dea107..8cb59f8 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2345,7 +2345,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
install_name += install_name_dir;
install_name += "/";
}
- install_name += target.GetSOName(configName);
+ install_name += gtgt->GetSOName(configName);
if((realName != soName) || install_name_dir.empty())
{