Skip to content
Snippets Groups Projects
Commit 72159fd0 authored by Geenz's avatar Geenz
Browse files

The viewer now requires the 10.7 SDK or above to compile.

parent 2837ca7a
No related branches found
No related tags found
No related merge requests found
...@@ -140,10 +140,10 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ...@@ -140,10 +140,10 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
else (XCODE_VERSION GREATER 4.5) else (XCODE_VERSION GREATER 4.5)
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_OSX_SYSROOT macosx10.7)
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.6)
set(CMAKE_OSX_SYSROOT macosx10.6) set(CMAKE_OSX_SYSROOT macosx10.7)
endif (XCODE_VERSION GREATER 4.2) endif (XCODE_VERSION GREATER 4.2)
endif (XCODE_VERSION GREATER 4.5) endif (XCODE_VERSION GREATER 4.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment