Skip to content

Commit

Permalink
Merge pull request #72 from david-salinas/permissions_in_cmake_install
Browse files Browse the repository at this point in the history
SWDEV-398680 - HIPCC missing permissions in Install target.
  • Loading branch information
david-salinas authored May 17, 2023
2 parents 36b33c6 + 74078ba commit 11ea524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amd/hipcc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin
DESTINATION .
USE_SOURCE_PERMISSIONS)
USE_SOURCE_PERMISSIONS
DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
install(FILES
"LICENSE.txt"
"README.md"
Expand Down

0 comments on commit 11ea524

Please sign in to comment.