mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Make macOS OpenGL deprecation warnings shut up
This commit is contained in:
@ -122,6 +122,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)
|
||||
|
Reference in New Issue
Block a user