Skip to content

Commit

Permalink
Hotfix: Set RPM license type (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Jan 24, 2022
1 parent 00bcc88 commit 57c3492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ if(NOT BUILD_CUDA)
set(CPACK_RPM_PACKAGE_REQUIRES "rocsparse >= 1.12.10")
endif()
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

if(WIN32)
set(CPACK_SOURCE_GENERATOR "ZIP")
Expand Down

0 comments on commit 57c3492

Please sign in to comment.