+ remove option to build deprecated cam module

This commit is contained in:
wmayer
2015-08-01 10:47:46 +02:00
parent 9e439b7087
commit 8a8d56c317
2 changed files with 0 additions and 11 deletions

View File

@@ -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)