From a0dfdc78ef30a95f7cc3d53f1ffbe90c11f14ce5 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 16 Jan 2019 14:06:17 +0100 Subject: [PATCH] Add cgal to IfcGeom deps --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',),