Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

Merged Boman Romain requested to merge fix_gmm into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -11,9 +11,10 @@ TARGET_INCLUDE_DIRECTORIES(tbox PUBLIC ${PROJECT_SOURCE_DIR}/tbox/src)
IF(TBOX_HAS_VTK)
find_package(VTK REQUIRED)
include(${VTK_USE_FILE})
MESSAGE(${VTK_USE_FILE})
MESSAGE(${VTK_MODULES_ENABLED})
MESSAGE(${VTK_Group_MPI})
# TODO:
# . use newer way to find VTK modules
# FIND_PACKAGE(VTK REQUIRED COMPONENTS xxxxxx)
# . enable compilation without vtkMPI* (not compiled on Windows)
include(vtkModuleMacros)
include(vtkMPI)
TARGET_LINK_LIBRARIES(tbox ${VTK_LIBRARIES})
Loading