Commit fdd9b798 authored by Marco Serantoni's avatar Marco Serantoni

[MacOSX] Thanks for the hint, nullset@freenode, Merry Xmas !

parent 06596629
......@@ -134,8 +134,8 @@ if( APPLE )
set(BOOST_ADDRESSMODEL "address-model=32_64")
endif()
if( (${CMAKE_OSX_ARCHITECTURES} MATCHES "x86_64" OR ${CMAKE_OSX_ARCHITECTURES} MATCHES "386") AND
(${CMAKE_OSX_ARCHITECTURES} MATCHES "ppc"))
if( (CMAKE_OSX_ARCHITECTURES MATCHES "x86_64" OR CMAKE_OSX_ARCHITECTURES MATCHES "386") AND
(CMAKE_OSX_ARCHITECTURES MATCHES "ppc"))
message("-- BOOST found ppc/intel Architecture")
set(BOOST_ARCHITECTURE "architecture=combined")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment