cmGeneratorTarget: Move HasSOName from cmTarget.

This commit is contained in:
Stephen Kelly
2015-08-04 19:19:45 +02:00
parent 766839c56d
commit f0aa660772
8 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -889,7 +889,7 @@ cmExportFileGenerator
{
std::string prop;
std::string value;
if(target->Target->HasSOName(config))
if(target->HasSOName(config))
{
if(mf->IsOn("CMAKE_PLATFORM_HAS_INSTALLNAME"))
{