You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(CMAKE_OSX_SYSROOT "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${_developer_sdk_version}.sdk"CACHESTRING"Mac OS X build environment" FORCE)
69
69
if(NOT CMAKE_OSX_DEPLOYMENT_TARGET)
70
-
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9"CACHESTRING"Mac OS X deployment target" FORCE)
70
+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10"CACHESTRING"Mac OS X deployment target" FORCE)
0 commit comments