diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 2e92840528..256a6e53d7 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -733,7 +733,7 @@ if(BUILD_IFCMAX) add_subdirectory(../src/ifcmax ifcmax) endif() -if(BUILD_IFCPYTHON AND WITH_CGAL) +if(WITH_CGAL) add_subdirectory(../src/svgfill svgfill) endif()