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:
6ebfa87
)
Fixed OCL samples' install path being inconsistent with the other samples.
author
Roman Donchenko
<roman.donchenko@itseez.com>
Wed, 4 Sep 2013 14:52:03 +0000
(18:52 +0400)
committer
Roman Donchenko
<roman.donchenko@itseez.com>
Wed, 4 Sep 2013 14:52:03 +0000
(18:52 +0400)
samples/ocl/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/samples/ocl/CMakeLists.txt
b/samples/ocl/CMakeLists.txt
index ddbaf26bc652d08eaf7c2ec3c58108c2a23140c1..9b04dc39768890f128f6b34e4843d865fc712c83 100644
(file)
--- a/
samples/ocl/CMakeLists.txt
+++ b/
samples/ocl/CMakeLists.txt
@@
-54,6
+54,6
@@
endif()
if (INSTALL_C_EXAMPLES AND NOT WIN32)
file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
install(FILES ${install_list}
- DESTINATION share/
opencv
/samples/${project}
+ DESTINATION share/
OpenCV
/samples/${project}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()