From ee12e36dcdcb0de8cd3ca32762877c539a4e09e8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 3 Sep 2026 10:21:59 +0500 Subject: [PATCH] cmake/ifcwrap: remove requirement for `svgfill` target Since it's a plugin now and not linked directly. `LIBSVGFILL` variable was set, but never used. --- src/ifcwrap/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ifcwrap/CMakeLists.txt b/src/ifcwrap/CMakeLists.txt index 3aec00cb79..dd2bb18263 100644 --- a/src/ifcwrap/CMakeLists.txt +++ b/src/ifcwrap/CMakeLists.txt @@ -110,18 +110,6 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}) SET(CMAKE_SWIG_FLAGS ${SWIG_DEFINES}) -if(WITH_CGAL) - if(IFCOPENSHELL_IFCWRAP_STANDALONE) - if(TARGET IfcOpenShell::svgfill) - set(LIBSVGFILL IfcOpenShell::svgfill) - else() - message(FATAL_ERROR "IfcOpenShell was built with CGAL, but the exported svgfill target was not found.") - endif() - else() - set(LIBSVGFILL svgfill) - endif() -endif() - set_source_files_properties(IfcPython.i PROPERTIES CPLUSPLUS ON) # Rebuild on changes in other .i files. SET_PROPERTY(