Re: [CMake] CPack and install_name_tool on the Mac

2006-06-16 Thread Brad King
Karl Merkley wrote: On Jun 16, 2006, at 11:47 AM, Brad King wrote: Karl Merkley wrote: Does CPack have any ability to help with the install_name_tool on the Mac? Mac applications avoid DLL hell by creating an application bundle that is really a directory structure that includes the

Re: [CMake] CPack and install_name_tool on the Mac

2006-06-16 Thread Karl Merkley
On Jun 16, 2006, at 11:47 AM, Brad King wrote: Karl Merkley wrote: Does CPack have any ability to help with the install_name_tool on the Mac? Mac applications avoid DLL hell by creating an application bundle that is really a directory structure that includes the application, the resou

Re: [CMake] CPack and install_name_tool on the Mac

2006-06-16 Thread Brad King
Karl Merkley wrote: Does CPack have any ability to help with the install_name_tool on the Mac? Mac applications avoid DLL hell by creating an application bundle that is really a directory structure that includes the application, the resources, and the shared libraries used by the applicati

[CMake] CPack and install_name_tool on the Mac

2006-06-16 Thread Karl Merkley
Does CPack have any ability to help with the install_name_tool on the Mac? Mac applications avoid DLL hell by creating an application bundle that is really a directory structure that includes the application, the resources, and the shared libraries used by the application. My understandi