Re: [CMake] Need to run scripts during packaging

2009-11-13 Thread Bill Hoffman
Michael Jackson wrote: On Nov 13, 2009, at 7:23 PM, Clinton Stimpson wrote: On Friday 13 November 2009 05:05:36 pm Michael Jackson wrote: OS X classic dylib problems. My Dylibs have the full path as their "install_name". When I do a "make install" I have scripts run over those libraries to "f

Re: [CMake] Need to run scripts during packaging

2009-11-13 Thread Michael Jackson
On Nov 13, 2009, at 7:23 PM, Clinton Stimpson wrote: On Friday 13 November 2009 05:05:36 pm Michael Jackson wrote: OS X classic dylib problems. My Dylibs have the full path as their "install_name". When I do a "make install" I have scripts run over those libraries to "fix them up" using the Bu

Re: [CMake] Need to run scripts during packaging

2009-11-13 Thread Clinton Stimpson
On Friday 13 November 2009 05:05:36 pm Michael Jackson wrote: > OS X classic dylib problems. My Dylibs have the full path as their > "install_name". When I do a "make install" I have scripts run over > those libraries to "fix them up" using the BundleUtilities.cmake > stuff. Um, so how do I get tho

[CMake] Need to run scripts during packaging

2009-11-13 Thread Michael Jackson
OS X classic dylib problems. My Dylibs have the full path as their "install_name". When I do a "make install" I have scripts run over those libraries to "fix them up" using the BundleUtilities.cmake stuff. Um, so how do I get those same scripts to run when I do a "make package" ? Thanks.