Make cgal optional

This commit is contained in:
Thomas Krijnen
2023-03-22 11:47:00 +01:00
parent 2b1b79bf1c
commit 031694af2b
10 changed files with 36 additions and 1 deletions
+3
View File
@@ -579,6 +579,8 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
#endif
#ifdef IFOPSH_WITH_CGAL
%ignore svgfill::svg_to_line_segments;
%ignore svgfill::line_segments_to_polygons;
@@ -617,3 +619,4 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
}
%}
#endif