Skip to content
Snippets Groups Projects
Commit 187e4ae0 authored by Roland Greffe's avatar Roland Greffe
Browse files

miss type

parent f60903be
No related branches found
No related tags found
No related merge requests found
Pipeline #12587 failed
......@@ -587,7 +587,7 @@ if(ENABLE_DDMGPU)
target_link_libraries(shared Thrust)
elseif(Thrust_ROC)
message(STATUS "Enabling ROCM THRUST")
target_link_libraries(<your_target> roc::rocthrust)
target_link_libraries(shared roc::rocthrust)
else()
message(WARNING "DDMGPU requires Thrust (NVIDIA or ROCm). Disabling DDMGPU.")
set(ENABLE_DDMGPU OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment