BUG: Make the path change more localized to bundles only
This commit is contained in:
parent
46febb9a2b
commit
9e9653713c
|
@ -1706,6 +1706,7 @@ cmLocalUnixMakefileGenerator3
|
|||
source.GetProperty("MACOSX_PACKAGE_LOCATION");
|
||||
if ( fileTargetDirectory )
|
||||
{
|
||||
objectName = cmSystemTools::GetFilenameName(objectName.c_str());
|
||||
std::string targetName;
|
||||
std::string targetNameReal;
|
||||
target.GetExecutableNames(targetName, targetNameReal,
|
||||
|
|
Loading…
Reference in New Issue