mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 05:38:39 -05:00
Change OSX minimum version to 10.9
This commit is contained in:
parent
3460e4fcaf
commit
a2cf52771c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user