Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531198
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- a/CMakeLists.txt
0
++ b/CMakeLists.txt
Lines 528-533 Link Here
528
  if(HAVE_CUFFT)
528
  if(HAVE_CUFFT)
529
    set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_cufft_LIBRARY})
529
    set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_cufft_LIBRARY})
530
  endif()
530
  endif()
531
  foreach(p ${CUDA_LIBS_PATH})
532
    set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} -L${p})
533
  endforeach()
531
endif()
534
endif()
532
535
533
# ----------------------------------------------------------------------------
536
# ----------------------------------------------------------------------------

Return to bug 531198