From 6f01f881e1a457baa1fa0ef60500cadbd052b2e3 Mon Sep 17 00:00:00 2001 From: Liam Wrubleski Date: Mon, 24 Jan 2022 12:55:56 -0700 Subject: [PATCH] Hotfix: Set RPM license type (#244) --- library/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 976be76f..3324d66f 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -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")