From 36e0891480094889da07cfe0d4d27c2149daf43e Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Wed, 4 Sep 2013 18:52:03 +0400 Subject: [PATCH] Fixed OCL samples' install path being inconsistent with the other samples. --- samples/ocl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ocl/CMakeLists.txt b/samples/ocl/CMakeLists.txt index ddbaf26bc..9b04dc397 100644 --- 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()