revert OSX deployment target to 10.9
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1b3e954da8
commit
17aae46eae
|
@ -29,7 +29,7 @@ endif()
|
||||||
# Platform Flags
|
# Platform Flags
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(CMAKE_MACOSX_RPATH ON)
|
set(CMAKE_MACOSX_RPATH ON)
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
|
||||||
set(LOBJC "objc")
|
set(LOBJC "objc")
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
# "Refresh.dll", not "libRefresh.dll"
|
# "Refresh.dll", not "libRefresh.dll"
|
||||||
|
|
Loading…
Reference in New Issue