mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'rpath-on-mac'
dc1d025OS X: Add test for rpaths on Mac.8576b3fOS X: Add support for @rpath in export files.00d71bdXcode: Add rpath support in Xcode generator.94e7fefOS X: Add RPATH support for Mac.
This commit is contained in:
@@ -624,8 +624,12 @@ cmExportFileGenerator
|
||||
std::string value;
|
||||
if(target->HasSOName(config))
|
||||
{
|
||||
if(mf->IsOn("CMAKE_PLATFORM_HAS_INSTALLNAME"))
|
||||
{
|
||||
value = this->InstallNameDir(target, config);
|
||||
}
|
||||
prop = "IMPORTED_SONAME";
|
||||
value = target->GetSOName(config);
|
||||
value += target->GetSOName(config);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user