There was an error while loading. Please reload this page.
1 parent 2999fc3 commit 1520198Copy full SHA for 1520198
1 file changed
src/CMakeLists.txt
@@ -10,6 +10,6 @@ set(CudaCommon_Kernels
10
)
11
12
itk_module_add_library(CudaCommon ${CudaCommon_SRCS} ${CudaCommon_Kernels})
13
-target_link_libraries(CudaCommon LINK_PUBLIC CUDA::cudart CUDA::cuda_driver)
+target_link_libraries(CudaCommon PUBLIC CUDA::cudart CUDA::cuda_driver)
14
target_include_directories(CudaCommon PUBLIC ${CUDAToolkit_INCLUDE_DIRS})
15
set_property(TARGET CudaCommon PROPERTY CUDA_STANDARD ${CMAKE_CXX_STANDARD})
0 commit comments