Skip to content
Snippets Groups Projects
Commit 90308be4 authored by Robert Maynard's avatar Robert Maynard
Browse files

Update Dax Accelerator to use the new tll signature.

Change-Id: I85662a7ee883578da3dd40cfcf72ebe4ab163ce5
parent 55232e6a
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,12 @@ if(${VTK_DAX_PICKED_CUDA})
vtk_module_library(vtkAcceleratorsDax ${vtk_srcs} ${cuda_compiled_srcs}
${headers})
target_link_libraries(vtkAcceleratorsDax ${CUDA_LIBRARIES})
target_link_libraries(vtkAcceleratorsDax LINK_PRIVATE ${CUDA_LIBRARIES})
elseif(${VTK_DAX_PICKED_TBB})
vtk_module_library(vtkAcceleratorsDax ${vtk_srcs}
${cpu_accelerator_srcs} ${headers})
target_link_libraries(vtkAcceleratorsDax LINK_PRIVATE ${TBB_LIBRARIES})
else()
vtk_module_library(vtkAcceleratorsDax ${vtk_srcs}
......
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