Changeset - r27463:e90580341f85
[Not reviewed]
master
0 1 0
Rubidium - 14 months ago 2023-04-29 20:38:40
rubidium@openttd.org
Change: set macOS deployment target to 10.15
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -23,7 +23,7 @@ if (EMSCRIPTEN)
 
endif()
 

	
 
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
 
# but set our own default data and bin dir
0 comments (0 inline, 0 general)