remove the Mesh dependency from Fem
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,6 @@ link_directories(${OCC_LIBRARY_DIR})
|
||||
if(FREECAD_BUILD_FEM_NETGEN)
|
||||
set(Fem_LIBS
|
||||
Part
|
||||
Mesh
|
||||
FreeCADApp
|
||||
StdMeshers
|
||||
NETGENPlugin
|
||||
@@ -37,7 +36,6 @@ if(FREECAD_BUILD_FEM_NETGEN)
|
||||
else(FREECAD_BUILD_FEM_NETGEN)
|
||||
set(Fem_LIBS
|
||||
Part
|
||||
Mesh
|
||||
FreeCADApp
|
||||
StdMeshers
|
||||
SMESH
|
||||
|
||||
Reference in New Issue
Block a user