mirror of https://github.com/CGAL/cgal
skip deprecation warnings
This commit is contained in:
parent
5f84ac52ce
commit
740df4b557
|
|
@ -1,3 +1,5 @@
|
|||
#define CGAL_NO_DEPRECATION_WARNINGS
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define CGAL_NO_DEPRECATION_WARNINGS
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous_d.h>
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue