Fix permissions for install_dependencies scripts after cmake install (#7659)

This commit is contained in:
Alexey Suhov 2021-09-25 00:16:51 +03:00 committed by GitHub
parent 572ab040dc
commit 7320e9710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ if(UNIX)
ie_cpack_add_component(install_dependencies REQUIRED)
install(DIRECTORY install_dependencies/
DESTINATION install_dependencies
COMPONENT install_dependencies)
COMPONENT install_dependencies
USE_SOURCE_PERMISSIONS)
endif()
# install files for demo