FEM Post: Always build except for VTK <6.2

VTK 6.0 has a bug which makes it incompatibel with c++11
This commit is contained in:
Stefan Tröger
2016-05-22 13:03:42 +02:00
committed by wmayer
parent e982084e3f
commit 2fb14ce9c4
4 changed files with 8 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ endif(MSVC)
if (BUILD_SMESH)
add_definitions(-DHAVE_SMESH -DHAVE_MEFISTO)
include(${VTK_USE_FILE})
endif(BUILD_SMESH)
if(BUILD_FEM_NETGEN)