Metal deprecated functions warning stopping build #7730
Unanswered
Danielsirota
asked this question in
Q&A
Replies: 1 comment
-
If you are including Filament into an existing CMake project (through Normally Filament does this in its own Basically, add this ABOVE if (APPLE AND NOT IOS)
# This must be set before project() is called
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "")
endif() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I am trying to build filament using cmake for MacOS but am getting errors because of a few Metal deprecated functions warnings. Don't know if there is already a fix for this so any help would be great thanks!
Build errors:
Beta Was this translation helpful? Give feedback.
All reactions