Skip to content

Commit

Permalink
fix bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonCernWq committed Dec 8, 2022
1 parent e9c3ecb commit 438cf7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ascent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ if (ENABLE_SERIAL)

# updated for vtkm 1.9
list(APPEND imported_targets_to_link
vtkmdiympi_nompi
vtkm_io
vtkm_rendering
vtkm_filter_clean_grid
Expand Down Expand Up @@ -597,7 +596,7 @@ if(MPI_FOUND)

set(binary_dir "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/ascent_mpi.dir")

set(internal_targets_to_link $<TARGET_FILE:rover>)
set(internal_targets_to_link $<TARGET_FILE:rover_mpi>)

if(ENABLE_VTKH)
list(APPEND internal_targets_to_link
Expand All @@ -617,7 +616,6 @@ if(MPI_FOUND)

# updated for vtkm 1.9
list(APPEND imported_targets_to_link
vtkmdiympi_nompi
vtkm_io
vtkm_rendering
vtkm_filter_clean_grid
Expand Down

0 comments on commit 438cf7e

Please sign in to comment.