Skip to content

Commit

Permalink
Merge pull request opencv#6711 from Dubrzr:vs_compile_cuda_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 29, 2016
2 parents c7fc9dc + 33ab236 commit cb48183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ if(HAVE_CUDA)
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CUDA_cufft_LIBRARY})
endif()
foreach(p ${CUDA_LIBS_PATH})
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} -L${p})
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} ${CMAKE_LIBRARY_PATH_FLAG}${p})
endforeach()
endif()
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit cb48183

Please sign in to comment.