I am on a MacBook Pro and need to compile for PPC. I launch ccmake and set CMAKE_OSX_ARCHITECTURES to ppc. I then generate and then run make VERBOSE=1. What gets produced is still an i386 binary though.

If I manually put in -arch ppc into both the c and c++ compile flags then I get a ppc build. Is this the way it is supposed to work or am I missing something.

--
Mike Jackson
imikejackson & gmail * com



_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to