Add cgal to IfcGeom deps

This commit is contained in:
Thomas Krijnen
2019-01-16 14:06:17 +01:00
parent cf2dd2aa8d
commit a0dfdc78ef
+1 -1
View File
@@ -184,7 +184,7 @@ cecho(""" - How many compiler processes may be run in parallel.
dependency_tree = {
'IfcParse': ('icu', 'boost', 'libxml2'),
'IfcGeom': ('IfcParse', 'occ'),
'IfcGeom': ('IfcParse', 'occ', 'cgal'),
'IfcConvert': ('IfcGeom', 'OpenCOLLADA'),
'OpenCOLLADA': ('libxml2', 'pcre'),
'IfcGeomServer': ('IfcGeom',),