summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2011-11-26 17:11:55 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2011-11-26 17:11:55 (GMT)
commit14b4ed4b5baa0efa7eea90322faca4fecfbfa294 (patch)
tree89a983e6d631c2b43a6dd1f0fa25c8bd3969ff41 /src/cgal.h
parentc2fb5d3650ffaa42c68e02891168c711d3b5f079 (diff)
parent7678f0f08305ecbc9d6f137f9deb19c60c904346 (diff)
Merge remote-tracking branch 'upstream/master' into cakebaby
and tweak tests for win32 run Conflicts: tests/test_cmdline_tool.py
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