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

This reverts commit 38eedf86cf.

Reason for revert: Observing issue SWDEV-488249 due to catch test permission settings. 

Change-Id: Ifdc55e4eb3938c9bc0b9af0a4e9dc9ba366614b3
This commit is contained in:
Aravindan Cheruvally
2024-09-30 14:13:15 -04:00
parent 8e62770f50
commit c2671515df
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ endif()
if(NOT WIN32)
install(DIRECTORY ${PROJECT_BINARY_DIR}/${CATCH_BUILD_DIR}
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip)
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip
USE_SOURCE_PERMISSIONS)
install(FILES ${PROJECT_BINARY_DIR}/CTestTestfile.cmake DESTINATION ${CMAKE_INSTALL_DATADIR}/hip)
set(CPACK_GENERATOR "TGZ;DEB;RPM" CACHE STRING "Linux package types for catch tests")
+2 -1
View File
@@ -65,7 +65,8 @@ endif()
if(NOT WIN32)
install(DIRECTORY ${SAMPLES_SRC}
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip)
DESTINATION ${CMAKE_INSTALL_DATADIR}/hip
USE_SOURCE_PERMISSIONS)
set(CPACK_GENERATOR "TGZ;DEB;RPM" CACHE STRING "Linux package types for hip samples")
set(CPACK_BINARY_DEB "ON")