We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519124f commit 2512c1dCopy full SHA for 2512c1d
src/c++/library/CMakeLists.txt
@@ -291,10 +291,8 @@ if(TRITON_ENABLE_CC_GRPC)
291
endif() # TRITON_ENABLE_GPU
292
293
if(TRITON_ENABLE_GPU)
294
- target_link_libraries(
295
- ${_client_target}
296
- PUBLIC CUDA::cudart
297
- )
+ target_include_directories(${_client_target}
+ PUBLIC ${CUDAToolkit_INCLUDE_DIRS})
298
299
endforeach()
300
@@ -477,10 +475,8 @@ if(TRITON_ENABLE_CC_HTTP)
477
475
478
476
479
480
481
482
483
484
485
486
if(${TRITON_ENABLE_ZLIB})
0 commit comments