Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

Merged Boman Romain requested to merge fix_gmm into master
2 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -11,6 +11,9 @@ 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})
include(vtkModuleMacros)
include(vtkMPI)
TARGET_LINK_LIBRARIES(tbox ${VTK_LIBRARIES})
Loading