Skip to content
Snippets Groups Projects
Commit f31919e2 authored by Cory Quammen's avatar Cory Quammen
Browse files

Remove dependency of vtkInfovisParallel

parent c3f70b33
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,3 @@ if(vtkGUISupportQt_LOADED AND vtkViewsQt_LOADED)
add_subdirectory(StatsView)
endif()
endif()
if(vtkInfovisParallel_LOADED)
add_executable(ParallelBFS ParallelBFS.cxx)
find_package(MPI REQUIRED)
target_link_libraries(ParallelBFS vtkParallel ${VTK_LIBRARIES} ${MPI_C_LIBRARIES})
if (MPI_CXX_LIBRARIES)
target_link_libraries(ParallelBFS ${MPI_CXX_LIBRARIES})
endif()
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment