summaryrefslogtreecommitdiff
path: root/src/dxftess.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-01 10:01:05 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-01 10:01:05 (GMT)
commit51ae2483733a75c8e7fbaa8abe7f7b0a999c1db0 (patch)
tree069262f86a94536c4e3983b78367e43fb00f1fa7 /src/dxftess.cc
parent07bc7dbecd8ed226ab950ee2b493ce3df2e5a8e0 (diff)
Clifford Wolf:
Fixed building without CGAL git-svn-id: http://svn.clifford.at/openscad/trunk@406 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/dxftess.cc')
-rw-r--r--src/dxftess.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dxftess.cc b/src/dxftess.cc
index c51fb9c..e145391 100644
--- a/src/dxftess.cc
+++ b/src/dxftess.cc
@@ -25,12 +25,11 @@
#include "printutils.h"
-#define CGAL_TESSELATE
-#ifdef CGAL_TESSELATE
+#ifdef ENABLE_CGAL
#include "dxftess-cgal.cc"
#else
#include "dxftess-glu.cc"
-#endif // CGAL_TESSELATE
+#endif
/*!
Converts all paths in the given DxfData to PolySet::borders polygons
contact: Jan Huwald // Impressum