mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
BUG: Adjustment of install_name with install_name_tool should account for DESTDIR when specifying the file to be changed.
This commit is contained in:
@@ -361,7 +361,7 @@ void cmInstallTargetGenerator
|
||||
{
|
||||
os << "\n -change \"" << i->first << "\" \"" << i->second << "\"";
|
||||
}
|
||||
os << "\n \"" << destination << "/"
|
||||
os << "\n \"$ENV{DESTDIR}" << destination << "/"
|
||||
<< this->GetScriptReference(this->Target, "REMAPPED", true) << "\")\n";
|
||||
os << "ENDIF(" << component_test << ")\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user