diff --git a/CMakeLists.txt b/CMakeLists.txt index 083e003671..2a4d7a54ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,7 +181,7 @@ if(APPLE) endif(FREECAD_CREATE_MAC_APP) endif(APPLE) -OPTION(BUILD_FEM "Build the FreeCAD FEM module, be aware, unfinished code!" ON) +OPTION(BUILD_FEM "Build the FreeCAD FEM module" ON) OPTION(BUILD_SANDBOX "Build the FreeCAD Sandbox module which is only for testing purposes" OFF) OPTION(BUILD_TEMPLATE "Build the FreeCAD template module which is only for testing purposes" OFF) OPTION(BUILD_ARCH "Build the FreeCAD Architecture module" ON)