Skip to content

Commit 8320b73

Browse files
authored
Merge pull request #458 from ROCmMathLibrariesBot/release/rocm-rel-5.0
Hotfixes from release/rocm-rel-5.0 at release 5.0 into master
2 parents 25e101a + 1bbd795 commit 8320b73

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
@@ -66,6 +66,7 @@ if( NOT USE_CUDA )
6666
endif( )
6767

6868
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
69+
set( CPACK_RPM_PACKAGE_LICENSE "MIT")
6970

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

0 commit comments

Comments
 (0)