From 4e887e1c59ee3655f931e74718f1ee403423b69f Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 10 Aug 2026 20:54:36 +0500 Subject: [PATCH] Reapply 253918c Fixes pyodide build. Reverted in af58eaf by accident? --- src/ifcgeom/serialization/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/serialization/CMakeLists.txt b/src/ifcgeom/serialization/CMakeLists.txt index b823b2a167..498be6e4f8 100644 --- a/src/ifcgeom/serialization/CMakeLists.txt +++ b/src/ifcgeom/serialization/CMakeLists.txt @@ -16,7 +16,7 @@ set_target_properties(geometry_serializer PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}" LIBRARY_OUTPUT_DIRECTORY "${geometry_serialization_plugin_runtime_dir}" ) -target_link_libraries(geometry_serializer plugin IfcGeom IfcParse geometry_kernel_opencascade ${OpenCASCADE_LIBRARIES}) +target_link_libraries(geometry_serializer plugin IfcGeom IfcParse ${OpenCASCADE_LIBRARIES}) set(IFCOPENSHELL_LIBRARIES ${IFCOPENSHELL_LIBRARIES} "geometry_serializer") set(IFCOPENSHELL_LIBRARIES ${IFCOPENSHELL_LIBRARIES} PARENT_SCOPE)