Skip to content

Commit

Permalink
actuall support mpi only (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclarsen authored May 20, 2021
1 parent 1ca78dd commit 587f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Basic TPL Tests
################################

IF(VTKH_FOUND)
IF(VTKH_FOUND AND ENABLE_SERIAL)
message(STATUS "Adding vtk-h lib unit tests")
# also add vtkm, i suspect compile flags aren't transitive
# for some reason, and this can undermine cuda builds
Expand Down

0 comments on commit 587f6cf

Please sign in to comment.