Skip to content
Snippets Groups Projects
Commit 7a5e7297 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

COMP: runTimePostProcessing build with VTP+MPI fails (#1231)

- incorrectly uses paraview include dirs instead of the more universal
  vtk include dirs for the MPI test.
parent 5d445f4e
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ file(WRITE ${test_file}
try_compile(FOAM_USING_VTK_MPI
${CMAKE_CURRENT_BINARY_DIR} ${test_file}
LINK_LIBRARIES vtkParallelMPI
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${PARAVIEW_INCLUDE_DIRS}"
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${VTK_INCLUDE_DIRS}"
)
if (FOAM_USING_VTK_MPI)
add_definitions(-DFOAM_USING_VTK_MPI)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment