We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ce987 commit f5bd877Copy full SHA for f5bd877
Graphics/Archiver/CMakeLists.txt
@@ -56,7 +56,7 @@ if(METAL_SUPPORTED)
56
set_property(SOURCE ${MTL_SOURCE} APPEND_STRING PROPERTY
57
# Disable Metal API deprecation warnings such as
58
# 'MTLArgumentType' is deprecated: first deprecated in macOS 13.0
59
- COMPILE_FLAGS " -Wno-deprecated-declarations"
+ COMPILE_FLAGS " -Wno-deprecated-declarations -std=c++17"
60
)
61
endif()
62
0 commit comments