Update macOS deployment target

This commit is contained in:
Vinyl Darkscratch 2018-10-05 18:18:33 -07:00
parent 5ea165cb36
commit 734f634995

View file

@ -16,7 +16,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
# SET(LINUX ON)
# ENDIF()
# set(CMAKE_OSX_DEPLOYMENT_TARGET 10.6)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12)
# IF(LINUX)
# if(CMAKE_SIZEOF_VOID_P MATCHES "8" AND NOT(FORCE32) )