Skip to content

Commit 0f2fdb3

Browse files
committed
add vtkMPI
Change-Id: I6f9d37e05744be65ba70a1f8bf4601a1cfa005e3
1 parent b17ca4c commit 0f2fdb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Plugins/CGNSReader/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ vtkCGNSReader.cxx
5959
vtkCGNSReader.h
6060
)
6161

62+
if(PARAVIEW_USE_MPI)
63+
include(vtkMPI)
64+
endif()
65+
6266
# ---------------------------------------------------------------------------
6367
# Combined plugin
6468
# -----------------------------------------------------------------------------
@@ -91,3 +95,7 @@ endif()
9195
if (BUILD_TESTING)
9296
add_subdirectory(Testing)
9397
endif()
98+
99+
if(PARAVIEW_USE_MPI)
100+
vtk_mpi_link(CGNSReader)
101+
endif()

0 commit comments

Comments
 (0)