Skip to content

Commit

Permalink
Hotfix: Set RPM license type (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 committed Jan 25, 2022
1 parent 26b709b commit 1bbd795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 1bbd795

Please sign in to comment.