build-all.py - print IFCOS_SCHEMAS

This commit is contained in:
Andrej730
2025-10-10 20:45:58 +05:00
parent 73a238e7b0
commit 80c0932174
+5
View File
@@ -301,6 +301,11 @@ cecho(
""" - How many compiler processes may be run in parallel.
"""
)
cecho(f" * IFCOS_SCHEMAS = '{os.environ.get('IFCOS_SCHEMAS')}'", MAGENTA)
cecho(
""" - IFC Schemas to compile. If not provided, fallback to default provided in cmake.
"""
)
dependency_tree: "dict[str, tuple[str, ...]]" = {
"IfcParse": ("boost", "libxml2", "hdf5", "rocksdb"),