Re: [CMake] fixup_bundles on macosx for non-.app target

2015-09-12 Thread Seth Cantrell
the libraries and then updating > everything. You are welcome to the script if you find it useful. > > Mike Jackson > >> On Sep 12, 2015, at 7:54 PM, Seth Cantrell wrote: >> >>> >>> On Sep 12, 2015, at 5:28 PM, Dan Kegel wrote: >>> >>> O

Re: [CMake] fixup_bundles on macosx for non-.app target

2015-09-12 Thread Seth Cantrell
> > On Sep 12, 2015, at 5:28 PM, Dan Kegel wrote: > > On Sat, Sep 12, 2015 at 1:52 PM, Seth Cantrell > wrote: >> I have a project which uses fixup_bundle on Windows to package up the exe >> with the third-party dlls it requires. On Mac OS X this same packaging

[CMake] fixup_bundles on macosx for non-.app target

2015-09-12 Thread Seth Cantrell
I have a project which uses fixup_bundle on Windows to package up the exe with the third-party dlls it requires. On Mac OS X this same packaging process fails. It looks like on Mac OS X this utility is assuming I want to producing a .app bundle. I realize this utility originated on Mac OS X spe