mirror of https://github.com/CGAL/cgal
Take Laurent's comments into account
This commit is contained in:
parent
5200dc5ac2
commit
a4414f1d10
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define CGAL_NO_DEPRECATION_WARNINGS
|
||||
|
||||
#include "dependencies.h"
|
||||
#include "test_dependencies.h"
|
||||
|
||||
#include <CGAL/Delaunay_triangulation_3.h>
|
||||
#include <CGAL/Triangulation_data_structure_3.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# For the license check mechanism see:
|
||||
# http://doc.cgal.org/latest/Manual/preliminaries.html#title5
|
||||
|
||||
# This package depends on the following packages
|
||||
|
||||
#define CGAL_LICENSE_ERROR
|
||||
#define CGAL_TRIANGULATION_3_COMMERCIAL_LICENSE CGAL_FUTURE
|
||||
Loading…
Reference in New Issue