Re: [CMake] CPack: Bundle Generator and fixup_bundle

2011-07-11 Thread Dominik Schmidt
By the way, I'm on #cmake@freenode as domme if anyone likes to discuss with me there I'm present most of the day (at least until tomorrow evening and again after Sunday) ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] CPack: Bundle Generator and fixup_bundle

2011-07-11 Thread Dominik Schmidt
Hey! First of all: Thanks for your quick replies to both of you! Am 11.07.2011 21:09, schrieb Clinton Stimpson: > Have you considered using the DragNDrop generator instead? Yep, but I want to use the Bundle Generator and I think it should be possible to do so. Of course, there's not much to bu

Re: [CMake] CPack: Bundle Generator and fixup_bundle

2011-07-11 Thread Jean-Christophe Fillion-Robin
Hi Dominik, If I understood properly your problem ... You could have a look at line 40 of https://github.com/Slicer/Slicer/blob/master/SlicerCPack.cmake # HACK - For a given directory, "install(SCRIPT ...)" rule will be evaluated first, # let's make sure the following install rule is evaluat

Re: [CMake] CPack: Bundle Generator and fixup_bundle

2011-07-11 Thread Clinton Stimpson
On Monday, July 11, 2011 01:01:24 pm Dominik Schmidt wrote: > Hello List! > > I'm trying to use the Bundle Generator for Mac OS X and am facing the > following problem: > > bundle_fixup() from BundleUtilities would need to be called after > generating the app *before* generating the .dmg, but loo

[CMake] CPack: Bundle Generator and fixup_bundle

2011-07-11 Thread Dominik Schmidt
Hello List! I'm trying to use the Bundle Generator for Mac OS X and am facing the following problem: bundle_fixup() from BundleUtilities would need to be called after generating the app *before* generating the .dmg, but looking at the code of the generator I can't find any way to do so. My