Fixed OCL samples' install path being inconsistent with the other samples.
This commit is contained in:
parent
6ebfa87181
commit
36e0891480
@ -54,6 +54,6 @@ endif()
|
|||||||
if (INSTALL_C_EXAMPLES AND NOT WIN32)
|
if (INSTALL_C_EXAMPLES AND NOT WIN32)
|
||||||
file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
|
file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
|
||||||
install(FILES ${install_list}
|
install(FILES ${install_list}
|
||||||
DESTINATION share/opencv/samples/${project}
|
DESTINATION share/OpenCV/samples/${project}
|
||||||
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
|
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user