Compatibility changes with macos
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user