cmake: enable BUILD_FLAT_MESH by default

This commit is contained in:
Adrián Insaurralde Avalos
2023-06-14 12:07:06 -04:00
committed by GitHub
parent de5e8e1af4
commit 93f9a34b40

View File

@@ -112,7 +112,7 @@ macro(InitializeFreeCADBuildOptions)
option(BUILD_MATERIAL "Build the FreeCAD material module" ON)
option(BUILD_MESH "Build the FreeCAD mesh module" ON)
option(BUILD_MESH_PART "Build the FreeCAD mesh part module" ON)
option(BUILD_FLAT_MESH "Build the FreeCAD flat mesh module" OFF)
option(BUILD_FLAT_MESH "Build the FreeCAD flat mesh module" ON)
option(BUILD_OPENSCAD "Build the FreeCAD openscad module" ON)
option(BUILD_PART "Build the FreeCAD part module" ON)
option(BUILD_PART_DESIGN "Build the FreeCAD part design module" ON)