From f970c97d2f6950a14329e66b55568f4fa33f379d Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 1 Mar 2015 11:38:38 +0100 Subject: [PATCH] + fixes #0001984: Set CMakeLists *not* to build the useless Assembly module by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad734c080..73a27809d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ OPTION(BUILD_FEM "Build the FreeCAD FEM module, be aware, unfinished code!" 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) -OPTION(BUILD_ASSEMBLY "Build the FreeCAD Assembly module" ON) +OPTION(BUILD_ASSEMBLY "Build the FreeCAD Assembly module" OFF) OPTION(BUILD_COMPLETE "Build the FreeCAD complete module" ON) OPTION(BUILD_DRAFT "Build the FreeCAD draft module" ON) OPTION(BUILD_DRAWING "Build the FreeCAD drawing module" ON)