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.
1 parent 26b709b commit 1bbd795Copy full SHA for 1bbd795
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
@@ -72,6 +72,7 @@ if( NOT USE_CUDA )
72
endif( )
73
74
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md" )
75
+set( CPACK_RPM_PACKAGE_LICENSE "MIT")
76
77
if (WIN32)
78
SET( CMAKE_INSTALL_PREFIX "C:/hipSDK" CACHE PATH "Install path" FORCE )
0 commit comments