mirror of https://github.com/CGAL/cgal
avoid warnings due to the deprecated opengl on apple
This commit is contained in:
parent
1a040c8552
commit
2bb1e7f3c9
|
|
@ -1,3 +1,6 @@
|
|||
#ifdef __APPLE__
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
#endif
|
||||
#include <CGAL/basic.h>
|
||||
|
||||
#include "volume.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue