+ fixes #0001984: Set CMakeLists *not* to build the useless Assembly module by default
This commit is contained in:
parent
d5ee7a6efe
commit
f970c97d2f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user