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 ecb5cb9 commit 8886a0fCopy full SHA for 8886a0f
src/torchcodec/decoders/_core/CMakeLists.txt
@@ -37,7 +37,7 @@ function(make_torchcodec_library library_name ffmpeg_target)
37
set(NEEDED_LIBRARIES ${ffmpeg_target} ${TORCH_LIBRARIES}
38
${Python3_LIBRARIES})
39
if(ENABLE_CUDA)
40
- list(APPEND NEEDED_LIBRARIES ${CUDA_CUDA_LIBRARY}
+ list(APPEND NEEDED_LIBRARIES
41
${CUDA_nppi_LIBRARY} ${CUDA_nppicc_LIBRARY} )
42
endif()
43
target_link_libraries(
0 commit comments