Re: [CMake] fixup_bundle already-fixed-up dependencies

2012-01-25 Thread Nikolay Kasyanov
Already tried, doesn't help. example of output: warning: target '@executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre' is not absolute... warning: target '@executable_path/../Frameworks/Ogre.framework/Versions/1.7.3/Ogre' does not exist... /usr/bin/otool: can't open file:

Re: [CMake] fixup_bundle already-fixed-up dependencies

2012-01-25 Thread Nikolay Kasyanov
Thanks, this way works. Ogre framework is pre-fixed up because it's from Ogre SDK, i.e. should be ready for redistribution, I think. On 25.01.2012, at 16:00, David Cole wrote: On Wednesday, January 25, 2012, Nikolay Kasyanov corrm...@gmail.com wrote: Already tried, doesn't help. example

[CMake] fixup_bundle already-fixed-up dependencies

2012-01-24 Thread Nikolay Kasyanov
Hi, I'm trying to use fixup_bundle on OS X. I had following problem with some of my dependencies (Ogre game engine OIS): they already have @executable_path in it (so, they already fixed up), so in my executable there is no absolute path to library, so fixup_bundle cannot find copy Ogre's