Change: set macOS deployment target to 10.15

This commit is contained in:
Rubidium 2023-04-29 22:38:40 +02:00 committed by rubidium42
parent 0b663f709d
commit fa0d865edd
1 changed files with 1 additions and 1 deletions

View File

@ -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