We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ea317 commit 76ebab2Copy full SHA for 76ebab2
CMakeLists.txt
@@ -165,6 +165,7 @@ endif()
165
set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip-rocclr (>= 3.5.0)")
166
set(CPACK_RPM_PACKAGE_REQUIRES "hip-rocclr >= 3.5.0")
167
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
168
+set(CPACK_RPM_PACKAGE_LICENSE "MIT")
169
170
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/include" )
171
0 commit comments