From c4f5122409ccd61c997511f895bb3c0314a70f3c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 22 Mar 2017 14:54:12 +0100 Subject: [PATCH] Undo the accidental switching on of CGAL_LICENSE_WARNING --- Installation/include/CGAL/license.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/include/CGAL/license.h b/Installation/include/CGAL/license.h index 1295668d0f7..2649b16ce60 100644 --- a/Installation/include/CGAL/license.h +++ b/Installation/include/CGAL/license.h @@ -20,7 +20,7 @@ #ifndef 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 // if no such define exists, the package is used under the GPL or LGPL