Skip to content

Commit

Permalink
Always link cufile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Nov 6, 2024
1 parent ead08a1 commit 39a0fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ target_link_libraries(
${CMAKE_DL_LIBS}
$<TARGET_NAME_IF_EXISTS:nvtx3::nvtx3-cpp>
$<COMPILE_ONLY:$<$<BOOL:${KvikIO_CUDA_SUPPORT}>:CUDA::cudart>>
$<COMPILE_ONLY:$<TARGET_NAME_IF_EXISTS:CUDA::cuFile>>
$<COMPILE_ONLY:CUDA::cuFile>
PRIVATE $<TARGET_NAME_IF_EXISTS:CURL::libcurl>
)

Expand Down

0 comments on commit 39a0fea

Please sign in to comment.