mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +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": (),
|
"occ": (),
|
||||||
"pcre": (),
|
"pcre": (),
|
||||||
"json": (),
|
"json": (),
|
||||||
"cgal": (),
|
"cgal": ("boost",),
|
||||||
"eigen": (),
|
"eigen": (),
|
||||||
"rocksdb": ("zstd",),
|
"rocksdb": ("zstd",),
|
||||||
"zstd": (),
|
"zstd": (),
|
||||||
|
|||||||
Reference in New Issue
Block a user