Adding SET(CMAKE_OSX_ARCHITECTURES "i386;ppc") to compile with QT4.5 on Snow Leopard
This commit is contained in:
parent
bfe6228828
commit
98df102f5d
|
@ -6,6 +6,7 @@ IF(COMMAND CMAKE_POLICY)
|
|||
ENDIF(COMMAND CMAKE_POLICY)
|
||||
|
||||
SET(CMAKE_MODULE_PATH "${HURRICANE_SOURCE_DIR}/cmake_modules/")
|
||||
SET(CMAKE_OSX_ARCHITECTURES "i386;ppc") # for QT4.5 32bits on snow leopard
|
||||
|
||||
OPTION(BUILD_STATIC "Build static version of libraries & binaries" OFF)
|
||||
OPTION(BUILD_DOC "Build the documentation (doxygen)" OFF)
|
||||
|
|
Loading…
Reference in New Issue