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

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