Skip to content

Commit 1bbd795

Browse files
authored
Hotfix: Set RPM license type (#449)
1 parent 26b709b commit 1bbd795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ########################################################################
2-
# Copyright 2016-2021 Advanced Micro Devices, Inc.
2+
# Copyright 2016-2022 Advanced Micro Devices, Inc.
33
# ########################################################################
44

55
# This is incremented when the ABI to the library changes
@@ -72,6 +72,7 @@ if( NOT USE_CUDA )
7272
endif( )
7373

7474
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
75+
set( CPACK_RPM_PACKAGE_LICENSE "MIT")
7576

7677
if (WIN32)
7778
SET( CMAKE_INSTALL_PREFIX "C:/hipSDK" CACHE PATH "Install path" FORCE )

0 commit comments

Comments
 (0)