SWDEV-342167, SWDEV-461080 - Remove Hard Coded Install Permission

Change-Id: Ie42cf83cc9a665715e76966378237d479202e0a7
This commit is contained in:
AravindanC
2024-09-06 21:18:06 -07:00
committed by Aravindan Cheruvally
parent 6867852a89
commit 38eedf86cf
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ endif()
if(NOT WIN32)
install(DIRECTORY ${SAMPLES_SRC}
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip
USE_SOURCE_PERMISSIONS)
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip)
set(CPACK_GENERATOR "TGZ;DEB;RPM" CACHE STRING "Linux package types for hip samples")
set(CPACK_BINARY_DEB "ON")