drop hard dependency of MeshPart to smesh
This commit is contained in:
@@ -36,7 +36,7 @@ if(BUILD_FEM_NETGEN)
|
||||
SMESH
|
||||
SMDS
|
||||
)
|
||||
else(BUILD_FEM_NETGEN)
|
||||
elseif(BUILD_SMESH)
|
||||
set(MeshPart_LIBS
|
||||
Part
|
||||
Mesh
|
||||
@@ -44,6 +44,11 @@ else(BUILD_FEM_NETGEN)
|
||||
SMESH
|
||||
SMDS
|
||||
)
|
||||
else(BUILD_FEM_NETGEN)
|
||||
set(MeshPart_LIBS
|
||||
Part
|
||||
Mesh
|
||||
)
|
||||
endif(BUILD_FEM_NETGEN)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user