mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
build_win - revert schema versions limit
Committed by accident when debugging 🥲
This commit is contained in:
@@ -48,7 +48,6 @@ def build() -> None:
|
|||||||
"-DGLTF_SUPPORT=ON",
|
"-DGLTF_SUPPORT=ON",
|
||||||
"-DADD_COMMIT_SHA=ON",
|
"-DADD_COMMIT_SHA=ON",
|
||||||
"-DVERSION_OVERRIDE=ON",
|
"-DVERSION_OVERRIDE=ON",
|
||||||
"-DSCHEMA_VERSIONS=4",
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
run([str(REPO_WIN / "install-ifcopenshell.bat"), "vs2022-x64", "Release"])
|
run([str(REPO_WIN / "install-ifcopenshell.bat"), "vs2022-x64", "Release"])
|
||||||
|
|||||||
Reference in New Issue
Block a user