Skip to content
Snippets Groups Projects
Commit c23a8c11 authored by Drake Arconis's avatar Drake Arconis
Browse files

Fix build against XCode 6.0

parent e18f33b3
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ...@@ -141,7 +141,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
OUTPUT_VARIABLE XCODE_VERSION ) OUTPUT_VARIABLE XCODE_VERSION )
# To support a different SDK update these Xcode settings: # To support a different SDK update these Xcode settings:
if (XCODE_VERSION GREATER 5.9) if (XCODE_VERSION GREATER 6.0)
set(CMAKE_OSX_SYSROOT macosx10.10) set(CMAKE_OSX_SYSROOT macosx10.10)
elseif (XCODE_VERSION GREATER 4.9) elseif (XCODE_VERSION GREATER 4.9)
set(CMAKE_OSX_SYSROOT macosx10.9) set(CMAKE_OSX_SYSROOT macosx10.9)
......
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