Undo the accidental switching on of CGAL_LICENSE_WARNING

This commit is contained in:
Andreas Fabri 2017-03-22 14:54:12 +01:00
parent 8186bf41ae
commit c4f5122409
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#ifndef CGAL_LICENSE_CHECK_H #ifndef CGAL_LICENSE_CHECK_H
#define CGAL_LICENSE_CHECK_H #define CGAL_LICENSE_CHECK_H
#define CGAL_LICENSE_WARNING 1 // in order to get a warning during compilation //#define CGAL_LICENSE_WARNING 1 // in order to get a warning during compilation
//#define CGAL_LICENSE_ERROR 1 // in order to get an error during compilation //#define CGAL_LICENSE_ERROR 1 // in order to get an error during compilation
// if no such define exists, the package is used under the GPL or LGPL // if no such define exists, the package is used under the GPL or LGPL