Skip to content

Commit

Permalink
[cmake/osx] Add missing deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Dec 22, 2016
1 parent de396dd commit f2a68d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/scripts/osx/ArchSetup.cmake
Expand Up @@ -32,3 +32,6 @@ list(APPEND DEPLIBS "-framework DiskArbitration" "-framework IOKit"
"-framework CoreAudio" "-framework AudioToolbox"
"-framework CoreGraphics" "-framework CoreMedia"
"-framework VideoToolbox")

set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
set(CMAKE_XCODE_ATTRIBUTE_CLANG_LINK_OBJC_RUNTIME OFF)

0 comments on commit f2a68d0

Please sign in to comment.