Skip to content

Commit 76ebab2

Browse files
authored
Hotfix: Set RPM license type (#306)
1 parent e2ea317 commit 76ebab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ endif()
165165
set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip-rocclr (>= 3.5.0)")
166166
set(CPACK_RPM_PACKAGE_REQUIRES "hip-rocclr >= 3.5.0")
167167
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
168+
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
168169

169170
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/include" )
170171

0 commit comments

Comments
 (0)