Compatibility changes with macos

This commit is contained in:
Dynamitos
2026-02-22 20:26:25 +01:00
parent 4eacda2ae0
commit 4a66b5d18d
7 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ endif()
if(APPLE)
target_link_libraries(Engine PUBLIC metal)
SET(CMAKE_OSX_DEPLOYMENT_TARGET 15.0)
SET(CMAKE_OSX_DEPLOYMENT_TARGET 26.0)
endif()
if(UNIX)
target_link_libraries(Engine PUBLIC Threads::Threads)