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:
Andrej730
2026-08-28 18:51:21 +05:00
parent 75c93ce5be
commit c13471a8af
+1 -1
View File
@@ -488,7 +488,7 @@ dependency_tree: dict[str, tuple[str, ...]] = {
"occ": (),
"pcre": (),
"json": (),
"cgal": (),
"cgal": ("boost",),
"eigen": (),
"rocksdb": ("zstd",),
"zstd": (),