summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-12-20 21:28:13 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-12-20 21:28:13 (GMT)
commit76923ebd9afff61d8e5e4889ac23ebf5c430227c (patch)
tree641ae34b19a65e9df7025cfd9dc46dcaed12932b
parent208be52473f739816e0f53070085af0f69fd3bc4 (diff)
CGAL<4.0.2 has strange errors with clang. notify user explicitly to upgrade.
-rw-r--r--src/version_check.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version_check.h b/src/version_check.h
index 92b00db..a940f6b 100644
--- a/src/version_check.h
+++ b/src/version_check.h
@@ -66,6 +66,9 @@ a time, to avoid confusion.
#warning "."
#warning "."
#warning "======================="
+#ifdef __clang__
+#error For Clang to work, CGAL must be >= 4.0.2
+#endif
#endif // CGAL_VERSION_NR < 10400010000
#endif //ENABLE_CGAL
contact: Jan Huwald // Impressum