Comment 4 for bug 1109585

Revision history for this message
jazzbeerman (dcavanagh) wrote :

I'm creating a new bug for this issue. In the meantime, Petr, in CMakeLists.txt find
IF( APPLE AND NOT CMAKE_OSX_ARCHITECTURES )
   SET( CMAKE_OSX_ARCHITECTURES i386 x86_64 ) # Build intel binary.
   #SET( CMAKE_OSX_ARCHITECTURES ppc i386 ppc64 x86_64 ) # Build universal binary.
ENDIF(), under
change that second line to
SET( CMAKE_OSX_ARCHITECTURES x86_64 ) # Build intel binary.