diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-13 01:40:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-13 01:40:07 (GMT) |
commit | 018211a863ec8e1098a887641dd1c7e5ffd2d2f7 (patch) | |
tree | 6e9626c58abd2a9f2f0c35ad7c08b57ae2fb118b /src/cgal.h | |
parent | b960247d284ed7b8fea386c303895673bdc12fb6 (diff) |
check versions of libraries at compile time - warn users. fix FIXME in openscad.pro
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. |