mirror of https://github.com/CGAL/cgal
no need for CGAL_FUTURE
This commit is contained in:
parent
2eeec0f30c
commit
3ec934e291
|
|
@ -44,6 +44,4 @@
|
|||
#define CGAL_VERSION_PATCH (CGAL_VERSION_NR/10000%10)
|
||||
#define CGAL_VERSION_BUILD (CGAL_VERSION_NR%10000)
|
||||
|
||||
#define CGAL_FUTURE 22222222
|
||||
|
||||
#endif // CGAL_VERSION_MACROS_H
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
// This package depends on the following packages
|
||||
|
||||
#define CGAL_LICENSE_ERROR
|
||||
#define CGAL_TRIANGULATION_3_COMMERCIAL_LICENSE CGAL_FUTURE
|
||||
#define CGAL_TRIANGULATION_2_COMMERCIAL_LICENSE CGAL_FUTURE
|
||||
#define CGAL_TDS_3_COMMERCIAL_LICENSE CGAL_FUTURE
|
||||
#define CGAL_TRIANGULATION_3_COMMERCIAL_LICENSE 22222222
|
||||
#define CGAL_TRIANGULATION_2_COMMERCIAL_LICENSE 22222222
|
||||
#define CGAL_TDS_3_COMMERCIAL_LICENSE 22222222
|
||||
|
|
|
|||
Loading…
Reference in New Issue