mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
cmGeneratorTarget: Move HasSOName from cmTarget.
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user