Fix permissions for install_dependencies scripts after cmake install (#7659)
This commit is contained in:
parent
572ab040dc
commit
7320e9710a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue