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
 
@@ -20,13 +20,13 @@ endif()
 

	
 
if (EMSCRIPTEN)
 
    set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/os/emscripten/cmake")
 
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
 
if(NOT CMAKE_INSTALL_DATADIR)
 
    set(CMAKE_INSTALL_DATADIR "share/games")
 
endif()
0 comments (0 inline, 0 general)