diff --git a/nix/build-all.py b/nix/build-all.py index 906eedbed8..c06cb21abd 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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',),