mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Make macOS OpenGL deprecation warnings shut up
This commit is contained in:
parent
6987331135
commit
337019c254
@ -118,6 +118,10 @@ elseif (APPLE)
|
||||
target_sources(melonDS PRIVATE
|
||||
../duckstation/gl/context_agl.mm
|
||||
)
|
||||
set_source_files_properties(
|
||||
../duckstation/gl/context_agl.mm
|
||||
PROPERTIES COMPILE_OPTIONS "-Wno-deprecated-declarations"
|
||||
)
|
||||
else()
|
||||
find_package(X11 REQUIRED)
|
||||
find_package(EGL REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user