From 1bbd79507e3e0b2c38f0426b6bc5186d473ae83a Mon Sep 17 00:00:00 2001 From: Liam Wrubleski Date: Tue, 25 Jan 2022 12:32:03 -0700 Subject: [PATCH] Hotfix: Set RPM license type (#449) --- library/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 0f8fa71d8..a75210112 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -1,5 +1,5 @@ # ######################################################################## -# Copyright 2016-2021 Advanced Micro Devices, Inc. +# Copyright 2016-2022 Advanced Micro Devices, Inc. # ######################################################################## # This is incremented when the ABI to the library changes @@ -72,6 +72,7 @@ if( NOT USE_CUDA ) endif( ) set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" ) +set( CPACK_RPM_PACKAGE_LICENSE "MIT") if (WIN32) SET( CMAKE_INSTALL_PREFIX "C:/hipSDK" CACHE PATH "Install path" FORCE )