remove the Mesh dependency from Fem
This commit is contained in:
parent
f18277ff46
commit
c2553c95e6
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user