build_win - revert schema versions limit

Committed by accident when debugging 🥲
This commit is contained in:
Andrej730
2025-11-05 14:04:50 +05:00
parent aeed371888
commit c3fe2d0ee3
-1
View File
@@ -48,7 +48,6 @@ def build() -> None:
"-DGLTF_SUPPORT=ON",
"-DADD_COMMIT_SHA=ON",
"-DVERSION_OVERRIDE=ON",
"-DSCHEMA_VERSIONS=4",
]
)
run([str(REPO_WIN / "install-ifcopenshell.bat"), "vs2022-x64", "Release"])