Make macOS OpenGL deprecation warnings shut up
This commit is contained in:
parent
7740634e6a
commit
a5389286e8
|
@ -122,6 +122,10 @@ elseif (APPLE)
|
||||||
target_sources(melonDS PRIVATE
|
target_sources(melonDS PRIVATE
|
||||||
../duckstation/gl/context_agl.mm
|
../duckstation/gl/context_agl.mm
|
||||||
)
|
)
|
||||||
|
set_source_files_properties(
|
||||||
|
../duckstation/gl/context_agl.mm
|
||||||
|
PROPERTIES COMPILE_OPTIONS "-Wno-deprecated-declarations"
|
||||||
|
)
|
||||||
else()
|
else()
|
||||||
find_package(X11 REQUIRED)
|
find_package(X11 REQUIRED)
|
||||||
find_package(EGL REQUIRED)
|
find_package(EGL REQUIRED)
|
||||||
|
|
Loading…
Reference in New Issue