bump deployment target to 10.9 so libc++ is default

This commit is contained in:
Stephen Birarda 2018-09-20 17:00:11 -07:00
parent 3b1e0dc7d9
commit e624b0ce8e

View file

@ -88,7 +88,7 @@ if (APPLE)
set(OSX_SDK "${OSX_VERSION}" CACHE String "OS X SDK version to look for inside Xcode bundle or at OSX_SDK_PATH")
# set our OS X deployment target
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
# find the SDK path for the desired SDK
find_path(