summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-11-26 18:17:54 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-11-26 18:17:54 (GMT)
commit8197294d4c30d533c88ef2901e298d2b2863aa87 (patch)
tree7f26004c4b4d1ae12970913ea4d0201be5c50088 /src/cgal.h
parent2bd48629ef8482a957f7db0921a3b3c7fdc458e1 (diff)
parent14b4ed4b5baa0efa7eea90322faca4fecfbfa294 (diff)
Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby
Conflicts: tests/CMakeLists.txt
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cgal.h b/src/cgal.h
index 26d64ae..669e5b1 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -11,6 +11,11 @@ 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
+
#include <CGAL/Gmpq.h>
#include <CGAL/Extended_cartesian.h>
#include <CGAL/Nef_polyhedron_2.h>
contact: Jan Huwald // Impressum