X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=CMakeLists.txt;h=7a04403144f9618dd01d9dcf408aff56403847d6;hp=d3f8b284d15e190e1904864526a65a1397eb3801;hb=6f4e73fa585738042b3752d334e76efda58e9771;hpb=b1c9cf4434f0d6352924b871438112799a9850ef diff --git a/CMakeLists.txt b/CMakeLists.txt index d3f8b284..7a044031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,7 +387,8 @@ if (BUILTIN_GTKGLEXT) if (APPLE) set(GTKGLEXT_CFLAGS "${GTKGLEXT_CFLAGS} -DGL_SILENCE_DEPRECATION=1") - set(OBJC "${OBJC} -DGL_SILENCE_DEPRECATION=1") + # FIXME: OpenGL deprecation warnings are not silenced + # in Objective C code. endif () ExternalProject_Add(gtkglext