projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f6e1b
)
Fix GPU example build failed with cuda 5.5
author
Changlin Hsieh
<changlin@twrglobal.com>
Wed, 14 Aug 2013 08:16:03 +0000
(16:16 +0800)
committer
Changlin Hsieh
<changlin@twrglobal.com>
Wed, 14 Aug 2013 08:16:03 +0000
(16:16 +0800)
samples/gpu/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/samples/gpu/CMakeLists.txt
b/samples/gpu/CMakeLists.txt
index
85bee50
..
8d14e15
100644
(file)
--- a/
samples/gpu/CMakeLists.txt
+++ b/
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()