Change OSX minimum version to 10.9

This commit is contained in:
Charles J. Cliffe 2016-03-17 18:31:02 -04:00
parent 3460e4fcaf
commit a2cf52771c
1 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ ENDIF(USE_AUDIO_OSS)
ENDIF(UNIX AND NOT APPLE)
IF (APPLE)
SET(CMAKE_OSX_DEPLOYMENT_TARGET, "10.10")
SET(CMAKE_OSX_DEPLOYMENT_TARGET, "10.9")
SET(FFTW_LIB fftw3f)
SET(LIQUID_LIB liquid)
@ -582,7 +582,7 @@ ENDIF(MSVC)
IF (APPLE)
ADD_DEFINITIONS(
-DHAVE_TYPE_TRAITS=1
-mmacosx-version-min=10.10
-mmacosx-version-min=10.9
)
ENDIF(APPLE)