mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Make cgal optional
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user