From 8d1bea8d608502abb93b54de6dc844c4ab2acf1b Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 28 Nov 2016 18:07:25 +0100 Subject: [PATCH] need vtkhdf5 module for certain systems --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64c2e6e7d..48d654823 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -587,7 +587,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") ) # check which modules are available if(UNIX AND NOT APPLE) - list(APPEND VTK_COMPONENTS vtkIOMPIParallel vtkParallelMPI) + list(APPEND VTK_COMPONENTS vtkIOMPIParallel vtkParallelMPI vtkhdf5) foreach(_module ${VTK_COMPONENTS}) file(GLOB_RECURSE _module_exists /usr/lib*/cmake/*${_module}.cmake ${CMAKE_ROOT}/*${_module}.cmake)