Ticket #32528: patch-samples_cpp_CMakeLists.txt.diff

File patch-samples_cpp_CMakeLists.txt.diff, 562 bytes (added by marin.saric@…, 12 years ago)
  • samples/cpp/CMakeLists.txt

    old new  
    6464if (INSTALL_C_EXAMPLES AND NOT WIN32)
    6565    file(GLOB C_SAMPLES *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
    6666    install(FILES ${C_SAMPLES}
    67             DESTINATION share/opencv/samples/cpp
    68             PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
     67            DESTINATION share/OpenCV/samples/cpp
     68            PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
    6969endif ()
    7070