cmake: Add install command for qtViewer

This commit is contained in:
Esteban DUGUEPEROUX
2025-12-07 20:38:09 +01:00
committed by Thomas Krijnen
parent b4135194ca
commit 02233f86cf
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ bool ParseIfcFile::Parse(
settings.set("weld-vertices", false);
settings.set("apply-default-materials", true);
IfcGeom::Iterator* it = new IfcGeom::Iterator(settings, &file);
IfcGeom::Iterator* it = new IfcGeom::Iterator(ifcopenshell::geometry::kernels::construct(&file, "opencascade", settings), settings, &file);
if (!it->initialize()) {
MessageLogger::log("Error: Iterator failed to initialize! Aborting.");
delete it;