SWDEV-396819 Update File Permissions for other binary files
Change-Id: I085b482e87a016c82b339e2efe67e3d1b5a7af21
[ROCm/rdc commit: 9155768fe7]
This commit is contained in:
@@ -276,9 +276,12 @@ if(BUILD_STANDALONE)
|
||||
COMPONENT ${SERVER_COMPONENT})
|
||||
endif()
|
||||
# Also include dev setup for people do not want to build grpc
|
||||
install(DIRECTORY ${GRPC_ROOT}/bin
|
||||
USE_SOURCE_PERMISSIONS
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/${RDC}/grpc
|
||||
file(GLOB install_bin_files "${GRPC_ROOT}/bin/*")
|
||||
foreach(ITEM ${install_bin_files})
|
||||
LIST( APPEND bin_files "${ITEM}" )
|
||||
endforeach()
|
||||
INSTALL( FILES ${bin_files}
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/${RDC}/grpc/bin
|
||||
COMPONENT ${SERVER_COMPONENT})
|
||||
|
||||
install(DIRECTORY ${GRPC_ROOT}/include
|
||||
|
||||
Reference in New Issue
Block a user