Skip to content

Commit

Permalink
vtkm: compile fix
Browse files Browse the repository at this point in the history
add vtk_libraries for those using vtk instead of vtkm
  • Loading branch information
MDjur committed Sep 23, 2024
1 parent bdd8d98 commit 2fda6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vistle/vtkm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if(VISTLE_CUDA_ENABLED)
set_source_files_properties(${SOURCES} PROPERTIES LANGUAGE CUDA)
endif()

vistle_target_link_libraries(vistle_vtkm PRIVATE vistle_core vtkm::cont)
vistle_target_link_libraries(vistle_vtkm PUBLIC ${VTK_LIBRARIES} PRIVATE vistle_core vtkm::cont)

0 comments on commit 2fda6fb

Please sign in to comment.