Skip to content

Commit

Permalink
Hotfix: Set RPM license type (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Jan 24, 2022
1 parent 9cd3434 commit 6f01f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ rocm_install_symlink_subdir(rocsparse)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip-rocclr (>= 3.5.0)")
set(CPACK_RPM_PACKAGE_REQUIRES "hip-rocclr >= 3.5.0")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

if(WIN32)
set(CPACK_SOURCE_GENERATOR "ZIP")
Expand Down

0 comments on commit 6f01f88

Please sign in to comment.