Skip to content

Commit

Permalink
COMP: add missing depedency of lib RTK to lib ITKCudaCommon
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jul 21, 2021
1 parent 3ab6b05 commit 4d288a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ itk_module_add_library(RTK ${RTK_SRCS})
target_link_libraries(RTK LINK_PUBLIC lpsolve55)

if (RTK_USE_CUDA)
target_link_libraries(RTK LINK_PUBLIC CUDA::cuda_driver)
target_link_libraries(RTK LINK_PUBLIC ITKCudaCommon)
target_link_libraries(RTK LINK_PUBLIC CUDA::cufft)
target_link_libraries(RTK LINK_PUBLIC CUDA::cublas)
set_property(TARGET RTK PROPERTY CUDA_STANDARD ${CMAKE_CXX_STANDARD})
Expand Down

0 comments on commit 4d288a5

Please sign in to comment.