[cmake-developers] [patch] install cfbundles as directory

Tim Blechmann tim at klingt.org
Wed Jul 9 11:52:47 EDT 2014


>>> Those cases do special handling for the post-installation tweaks.
>>
>> i wonder: which tweaks are they?
> 
> It's things like running "strip" on the executable file.
> 
> The line
> 
>       filesTo.push_back(to1);
> 
> needs to add the path to the executable file, not the directory.
> The filesTo vector is used only for tweaks and not for generating
> the main install rules.  IIUC we should use
> 
>       std::string to1 = toDir + targetName;
> 
> for CFBundles to get the location of the installed binary file.

ah, i see ... double-checked and this works for me!

shall i update the patch?

cheers,
tim




More information about the cmake-developers mailing list