Skip to content

Commit

Permalink
Install opencv README and license file to share/OpenCV
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerj committed Nov 26, 2018
1 parent 10871d8 commit e5a956c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/opencv.patch
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,17 @@

# ----------------------------------------------------------------------------
# Finalization: generate configuration-based files
@@ -850,11 +845,11 @@
if(ANDROID OR NOT UNIX)
install(FILES ${OPENCV_LICENSE_FILE}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
- DESTINATION ./ COMPONENT libs)
+ DESTINATION ${OPENCV_OTHER_INSTALL_PATH} COMPONENT libs)
if(OPENCV_README_FILE)
install(FILES ${OPENCV_README_FILE}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
- DESTINATION ./ COMPONENT libs)
+ DESTINATION ${OPENCV_OTHER_INSTALL_PATH} COMPONENT libs)
endif()
endif()

0 comments on commit e5a956c

Please sign in to comment.