You probably want to set the "CMAKE_OSX_DEPLOYMENT_TARGET" to 10.5 and recompile. ___________________________________________________________ Mike Jackson www.bluequartz.net Principal Software Engineer [email protected] BlueQuartz Software Dayton, Ohio
On Apr 28, 2011, at 11:58 AM, Yngve Inntjore Levinsen wrote: > Dear all, > > I have compiled my code in OSX Snow Leopard, and then a colleague using OSX > Leopard wanted to use the bundle. However, he had some strange error saying > something like: > dyld error: unknown required load command > > (sorry I don't have the exact error print at hand) > > I tried to google it and it looks like it is some kind of incompatibility > with the dylibs between the two OS versions. Is there some flag I can set in > CMakeLists.txt so that I compile a compatible version which will work on OSX > Leopard as well? Or do you have another solution? > > Please ask any questions if something is unclear! I apologize if this has > been answered before, but I couldn't find it. > > Best Regards, > Yngve I. Levinsen > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
