Skip to content

Commit

Permalink
+ remove option to build deprecated cam module
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 1, 2015
1 parent bc44259 commit 92a65a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -146,7 +146,6 @@ if(APPLE)
endif(FREECAD_CREATE_MAC_APP)
endif(APPLE)

OPTION(BUILD_CAM "Build the FreeCAD CAM module and the needed libs, be aware, unfinished code!" OFF)
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)
Expand Down Expand Up @@ -275,12 +274,6 @@ if(BUILD_MESH_PART)
set(BUILD_SMESH ON)
endif(BUILD_MESH_PART)

#inferred from cmakelists.txt. build errors. obsolete?
if(BUILD_CAM)
set(BUILD_PART ON)
set(BUILD_MESH ON)
endif(BUILD_CAM)

#inferred from cmakelists.txt. appears to be working.
if(BUILD_RAYTRACING)
set(BUILD_PART ON)
Expand Down
4 changes: 0 additions & 4 deletions src/Mod/CMakeLists.txt
Expand Up @@ -94,10 +94,6 @@ if(BUILD_ASSEMBLY)
add_subdirectory(Assembly)
endif(BUILD_ASSEMBLY)

if(BUILD_CAM)
add_subdirectory(Cam)
endif(BUILD_CAM)

if(BUILD_FEM)
add_subdirectory(Fem)
endif(BUILD_FEM)
Expand Down

0 comments on commit 92a65a8

Please sign in to comment.