Have you looked at the "BundleUtilities" macro in the latest CMake? It is supposed to package up the OS X bundle for you.

ParaView 3.4.0 uses this as far as I know.


On Nov 3, 2008, at 1:19 PM, Mike Arthur wrote:

On Sunday 02 November 2008 03:29:36 Timothy M. Shead wrote:
That's the (untested) idea - although it occurs to me that the copy
command may try to copy the symlink target instead of the link itself.
It copies the target.

Can you please try and fix this for the next CMake release? It's pretty irritating that the only way to use the Bundle generator with any non-system
libraries is currently by using a script.

I'd argue that you also probably don't want to mandate
CPACK_BUNDLE_STARTUP_COMMAND unless you are creating the Info.plist for
people, otherwise it's really unnecessarily limiting.

It's a bit annoying that people who want to do things the proper way (e.g. using install_name_tool) have to jump through hoops whereas it's incredibly easy and even recommended by you to use DYLD_LIBRARY_PATH rather than the
recommended and Apple-provided install_name_tool.

--
Cheers,
Mike Arthur
http://mikearthur.co.uk/
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

_________________________________________________________
Mike Jackson                  [EMAIL PROTECTED]
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to