cmake: Enable svgfill only for Python wrapper

This commit is contained in:
Esteban DUGUEPEROUX
2025-11-28 18:50:46 +01:00
committed by Thomas Krijnen
parent 9775dfc2c1
commit 0724fac698
+1 -1
View File
@@ -736,7 +736,7 @@ if(BUILD_IFCMAX)
add_subdirectory(../src/ifcmax ifcmax)
endif()
if(WITH_CGAL)
if(BUILD_IFCPYTHON AND WITH_CGAL)
add_subdirectory(../src/svgfill svgfill)
endif()