Ticket #32528: patch-samples_cpp_CMakeLists.txt.diff
File patch-samples_cpp_CMakeLists.txt.diff, 562 bytes (added by marin.saric@…, 13 years ago) |
---|
-
samples/cpp/CMakeLists.txt
old new 64 64 if (INSTALL_C_EXAMPLES AND NOT WIN32) 65 65 file(GLOB C_SAMPLES *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd ) 66 66 install(FILES ${C_SAMPLES} 67 DESTINATION share/ opencv/samples/cpp68 PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)67 DESTINATION share/OpenCV/samples/cpp 68 PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) 69 69 endif () 70 70