mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
build-all: fix missing cgal dependency on boost
boost does have `"boost" in targets` guard, so building just `cgal` previously would fail
This commit is contained in:
+1
-1
@@ -488,7 +488,7 @@ dependency_tree: dict[str, tuple[str, ...]] = {
|
||||
"occ": (),
|
||||
"pcre": (),
|
||||
"json": (),
|
||||
"cgal": (),
|
||||
"cgal": ("boost",),
|
||||
"eigen": (),
|
||||
"rocksdb": ("zstd",),
|
||||
"zstd": (),
|
||||
|
||||
Reference in New Issue
Block a user