mirror of https://github.com/OpenTTD/OpenTTD
Change: set macOS deployment target to 10.15
parent
0b663f709d
commit
fa0d865edd
|
@ -23,7 +23,7 @@ if (EMSCRIPTEN)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
|
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
|
||||||
|
|
||||||
# Use GNUInstallDirs to allow customisation
|
# Use GNUInstallDirs to allow customisation
|
||||||
# but set our own default data and bin dir
|
# but set our own default data and bin dir
|
||||||
|
|
Loading…
Reference in New Issue