We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee34e7 commit 76602a2Copy full SHA for 76602a2
src/runtime/cuda/CMakeLists.txt
@@ -8,6 +8,6 @@ if (CUDAToolkit_FOUND)
8
target_link_libraries(cuda_runtime PRIVATE "$<BUILD_INTERFACE:murmur3>")
9
target_link_libraries(cuda_runtime PRIVATE CUDA::cudart CUDA::cuda_driver CUDA::nvrtc)
10
11
- target_link_libraries(runtime PRIVATE cuda_runtime)
+ target_link_libraries(runtime PRIVATE "$<BUILD_INTERFACE:cuda_runtime>")
12
target_compile_definitions(runtime PUBLIC CUDA_BACKEND_PRESENT=1)
13
endif ()
0 commit comments