We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0a5ce commit 06be96cCopy full SHA for 06be96c
1 file changed
CMake/Common.cmake
@@ -77,6 +77,7 @@ endif(MINGW)
77
78
if(APPLE)
79
set(CMAKE_MACOSX_RPATH 1)
80
+ add_definitions(-DGL_SILENCE_DEPRECATION)
81
endif()
82
83
set (CMAKE_CXX_STANDARD 11)
0 commit comments