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.
2 parents 25e101a + 1bbd795 commit 8320b73Copy full SHA for 8320b73
library/CMakeLists.txt
@@ -1,5 +1,5 @@
1
# ########################################################################
2
-# Copyright 2016-2021 Advanced Micro Devices, Inc.
+# Copyright 2016-2022 Advanced Micro Devices, Inc.
3
4
5
# This is incremented when the ABI to the library changes
@@ -66,6 +66,7 @@ if( NOT USE_CUDA )
66
endif( )
67
68
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
69
+set( CPACK_RPM_PACKAGE_LICENSE "MIT")
70
71
if (WIN32)
72
SET( CMAKE_INSTALL_PREFIX "C:/hipSDK" CACHE PATH "Install path" FORCE )
0 commit comments