Disable NetgenPlugin for gcc and mingw

This commit is contained in:
wmayer
2013-04-01 17:40:52 +02:00
parent 23ae910069
commit 8b0bf33344
6 changed files with 98 additions and 53 deletions

View File

@@ -15,7 +15,7 @@ include_directories(
${ZLIB_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
${XERCESC_INCLUDE_DIR}
${SMESH_INCLUDE_DIR}
${SMESH_INCLUDE_DIR}
)
@@ -25,9 +25,9 @@ link_directories(${OCC_LIBRARY_DIR})
set(MeshPart_LIBS
Part
Mesh
StdMeshers
NETGENPlugin
SMESH
StdMeshers
#NETGENPlugin
SMESH
)