Skip to content

Commit

Permalink
Merge pull request opencv#15242 from vchiluka5:lazy_load_nvcuda_dll
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Aug 14, 2019
2 parents 0b5d0b8 + bca49b9 commit dbf8e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVDetectCUDA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ if(HAVE_CUDA)
endif()
endif()

set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_LIBRARIES} ${CUDA_CUDA_LIBRARY} ${CUDA_npp_LIBRARY})
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_LIBRARIES} ${CUDA_npp_LIBRARY})
if(HAVE_CUBLAS)
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_cublas_LIBRARY})
endif()
Expand Down

0 comments on commit dbf8e22

Please sign in to comment.