Fix GPU example build failed with cuda 5.5

pull/1267/head
Changlin Hsieh 12 years ago
parent a0f6e1ba1d
commit c1dd38cbff
  1. 2
      samples/gpu/CMakeLists.txt

@ -36,7 +36,7 @@ if(BUILD_EXAMPLES AND OCV_DEPENDENCIES_FOUND)
set(the_target "example_${project}_${name}")
add_executable(${the_target} ${srcs})
target_link_libraries(${the_target} ${OPENCV_LINKER_LIBS} ${OPENCV_GPU_SAMPLES_REQUIRED_DEPS})
target_link_libraries(${the_target} ${OPENCV_LINKER_LIBS} ${OPENCV_GPU_SAMPLES_REQUIRED_DEPS} cuda)
if(HAVE_opencv_nonfree)
target_link_libraries(${the_target} opencv_nonfree)
endif()

Loading…
Cancel
Save