cmake: build svgfill without BUILD_IFCPYTHON

Otherwise it will never be able to reach standalone ifcwrap build as in this case ifcopenshell is built first as a dependency without `BUILD_IFCPYTHON`.
This commit is contained in:
Andrej730
2026-09-03 10:21:43 +05:00
parent ee12e36dcd
commit b2a90920e1
+1 -1
View File
@@ -733,7 +733,7 @@ if(BUILD_IFCMAX)
add_subdirectory(../src/ifcmax ifcmax) add_subdirectory(../src/ifcmax ifcmax)
endif() endif()
if(BUILD_IFCPYTHON AND WITH_CGAL) if(WITH_CGAL)
add_subdirectory(../src/svgfill svgfill) add_subdirectory(../src/svgfill svgfill)
endif() endif()