From 984e7994a46498dbec23813c99845ed461eb0fca Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 1 Aug 2016 21:55:59 +0100 Subject: [PATCH] :-) Since We are not gone stop improving it, the code will never be finished! :-) ... hopefully --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 083e00367..2a4d7a54f 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)