Fixed OCL samples' install path being inconsistent with the other samples.
authorRoman Donchenko <roman.donchenko@itseez.com>
Wed, 4 Sep 2013 14:52:03 +0000 (18:52 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Wed, 4 Sep 2013 14:52:03 +0000 (18:52 +0400)
samples/ocl/CMakeLists.txt

index ddbaf26bc652d08eaf7c2ec3c58108c2a23140c1..9b04dc39768890f128f6b34e4843d865fc712c83 100644 (file)
@@ -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()