diff options
author | Marius Kintel <marius@kintel.net> | 2012-07-15 01:58:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-07-15 01:58:55 (GMT) |
commit | 1b38030f7e243c4eeb288d07084a99ff1e616e85 (patch) | |
tree | a81f11d55205e0aae12d03f6d5270e4720cd0ad2 /src/cgal.h | |
parent | 13557f1f9a44caccb0546717065ed72c27a210b3 (diff) | |
parent | 2aaccdcfac97f2bf432f88665261f9b582bbb8b3 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -11,11 +11,6 @@ using boost::intmax_t; using boost::uintmax_t; #endif -#include <CGAL/version.h> -#if CGAL_VERSION_NR < 1030601000 - #error CGAL >= 3.6 is required! -#endif - // NDEBUG must be disabled when including CGAL headers, otherwise CGAL assertions // will not be thrown, causing OpenSCAD's CGAL error checking to fail. // To be on the safe side, this has to be done when including any CGAL header file. |