mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
build-all.py - avoid building 3d viewer for OCCT
This commit is contained in:
@@ -820,6 +820,10 @@ if USE_OCCT and "occ" in targets:
|
|||||||
f"-DBUILD_RELEASE_DISABLE_EXCEPTIONS=Off",
|
f"-DBUILD_RELEASE_DISABLE_EXCEPTIONS=Off",
|
||||||
# Disable xlib explicitly, as it tries to use it on Desktop Ubuntu, adding unnecessary dependency.
|
# Disable xlib explicitly, as it tries to use it on Desktop Ubuntu, adding unnecessary dependency.
|
||||||
f"-DUSE_XLIB=OFF",
|
f"-DUSE_XLIB=OFF",
|
||||||
|
# Avoid building 3D Viewer.
|
||||||
|
f"-DUSE_FREETYPE=OFF",
|
||||||
|
f"-DUSE_OPENGL=OFF",
|
||||||
|
f"-DUSE_GLES2=OFF",
|
||||||
f"-D3RDPARTY_FREETYPE_DIR={DEPS_DIR}/install/freetype",
|
f"-D3RDPARTY_FREETYPE_DIR={DEPS_DIR}/install/freetype",
|
||||||
],
|
],
|
||||||
download_url="https://github.com/Open-Cascade-SAS/OCCT",
|
download_url="https://github.com/Open-Cascade-SAS/OCCT",
|
||||||
|
|||||||
Reference in New Issue
Block a user