[Marble-devel] marble CMakeLists.txt forces 32 bit on MacOS X

Ákos Maróy akos at maroy.hu
Sat Apr 2 08:43:08 CEST 2011


Hi,

A quick note on compiling marble on MacOS X 10.6: the CMakeLists.txt
file forces 32 bit compilation, with the following setting:

      #SET( CMAKE_OSX_ARCHITECTURES ppc;i386 ) #Comment out if not
universal binary
      SET( CMAKE_OSX_ARCHITECTURES i386 ) #Comment out if universal binary


whereas the default compilation target on MacOS X 10.6 (aka Snow
Leopard) is x86_64. commenting out the second SET() line solves this issue.


Akos


More information about the Marble-devel mailing list