Skip to content
Snippets Groups Projects
Commit 3e05f169 authored by Aura Linden's avatar Aura Linden
Browse files

Minor change required for merge from viewer-development

parent efdcf045
Branches
Tags
No related merge requests found
...@@ -106,14 +106,13 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ...@@ -106,14 +106,13 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# To support a different SDK update these Xcode settings: # To support a different SDK update these Xcode settings:
if (XCODE_VERSION GREATER 4.2) if (XCODE_VERSION GREATER 4.2)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.6) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.6)
set(CMAKE_OSX_SYSROOT macosx10.6)
set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "com.apple.compilers.llvmgcc42")
else (XCODE_VERSION GREATER 4.2) else (XCODE_VERSION GREATER 4.2)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.5) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.5)
set(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.5.sdk)
set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "4.0")
endif (XCODE_VERSION GREATER 4.2) endif (XCODE_VERSION GREATER 4.2)
set(CMAKE_OSX_SYSROOT macosx10.6)
set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "com.apple.compilers.llvmgcc42")
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT dwarf-with-dsym) set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT dwarf-with-dsym)
# NOTE: To attempt an i386/PPC Universal build, add this on the configure line: # NOTE: To attempt an i386/PPC Universal build, add this on the configure line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment