Skip to content

Commit 8e9dfe2

Browse files
committed
force macos 10.13
1 parent 9c38a80 commit 8e9dfe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ if(Git_FOUND)
4343
endif()
4444
endif()
4545

46+
if(APPLE)
47+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version" FORCE)
48+
endif()
49+
4650
project(TIC-80 VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION} LANGUAGES C CXX)
4751
message("Building for target : ${CMAKE_SYSTEM_NAME}")
4852

0 commit comments

Comments
 (0)