Skip to content

Commit

Permalink
Disable addon manager
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 15, 2024
1 parent 0ccb955 commit 3ced807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ macro(InitializeFreeCADBuildOptions)
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_ADDONMGR "Build the FreeCAD addon manager module" ON)
option(BUILD_ADDONMGR "Build the FreeCAD addon manager module" OFF)
option(BUILD_BIM "Build the FreeCAD BIM module" ON)
option(BUILD_DRAFT "Build the FreeCAD draft module" ON)
option(BUILD_DRAWING "Build the FreeCAD drawing module" OFF)
Expand Down

0 comments on commit 3ced807

Please sign in to comment.