drop hard dependency of MeshPart to smesh

This commit is contained in:
wmayer
2016-09-24 11:16:27 +02:00
parent 3339374f2c
commit d7b5fbf214
2 changed files with 8 additions and 3 deletions

View File

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