[CMake] Bundle Generator conflicts with MACOSX_BUNDLE
Mike Arthur
mike at mikearthur.co.uk
Thu Oct 30 07:48:45 EDT 2008
On Wednesday 29 October 2008 16:11:39 Timothy M. Shead wrote:
> Let me know whether the new writeup would have helped. In the meantime
> I'll have a look at how the generator can detect this situation at
> package-time ...
I've been successful in getting the Bundle Generator working (albeit with
needing a few hacks that I'll document later and should probably be changed).
Are you using it with BundleUtilities? If not you should think of how you
could do, as manually having to run install_name_tool when BundleUtilities is
available is a bit of a unpleasant proposition.
Generally I'm pretty confused as to why most of the CPack logic seems to be in
C++ and not in CMake itself, where it could be more easily modified and
actually hook into the provided CMake modules functionality which, in cases
like this, prove very useful.
--
Cheers,
Mike Arthur
http://mikearthur.co.uk/
More information about the CMake
mailing list