silence opengl deprecation on macos

i got a little tired of seeing it
This commit is contained in:
qimiko 2024-02-04 03:55:34 -07:00
parent 65907caa87
commit 579f393bf9
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -41,6 +41,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
target_compile_definitions(${PROJECT_NAME} INTERFACE
-DCommentType=CommentTypeDummy
-DGL_SILENCE_DEPRECATION
)
set(GEODE_OUTPUT_NAME "Geode")