On Sat, 1 May 2010 23:15:03 -0700, Tron Thomas said: >It looks like: >set (CMAKE_OSX_ARCHITECTURES "i386 ppc") > >will build a universal binary for a debug build on any platform. How >can someone configure things so that Xcode will build a platform >specific debug version that is 32-bit?
Forgive me if this is obvious, but: it's ok if your debug build is a universal binary also. Yes it increases your build time (which granted could be long) but it's quite valid to have universal debug versions. Also, don't use -m32, -arch is the correct way. What you need is a way to have different values of CMAKE_OSX_ARCHITECTURES in Debug and Release. If CMake doesn't support this, it would make a good feature request. -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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