Skip to content

Commit 8886a0f

Browse files
committed
.
1 parent ecb5cb9 commit 8886a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function(make_torchcodec_library library_name ffmpeg_target)
3737
set(NEEDED_LIBRARIES ${ffmpeg_target} ${TORCH_LIBRARIES}
3838
${Python3_LIBRARIES})
3939
if(ENABLE_CUDA)
40-
list(APPEND NEEDED_LIBRARIES ${CUDA_CUDA_LIBRARY}
40+
list(APPEND NEEDED_LIBRARIES
4141
${CUDA_nppi_LIBRARY} ${CUDA_nppicc_LIBRARY} )
4242
endif()
4343
target_link_libraries(

0 commit comments

Comments
 (0)