Update CMake config to work with smesh 6.5.3.1.

New fork of standalone smesh is available here:
https://github.com/tpaviot/smesh
This commit is contained in:
Richard M. Shaw
2014-12-18 13:18:40 -06:00
committed by wmayer
parent 90954b06f8
commit d5e8ae2d05
6 changed files with 27 additions and 29 deletions

View File

@@ -14,7 +14,6 @@ endif(BUILD_FEM_NETGEN)
include_directories(
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/3rdParty/salomesmesh/inc
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}
@@ -34,6 +33,7 @@ if(BUILD_FEM_NETGEN)
StdMeshers
NETGENPlugin
SMESH
SMDS
)
else(BUILD_FEM_NETGEN)
set(MeshPart_LIBS
@@ -41,6 +41,7 @@ else(BUILD_FEM_NETGEN)
Mesh
StdMeshers
SMESH
SMDS
)
endif(BUILD_FEM_NETGEN)