Skip to content

Commit

Permalink
Merge pull request #76 from ROCm-Developer-Tools/kzhuravl/fix-package…
Browse files Browse the repository at this point in the history
…-license

Fix package license policy
  • Loading branch information
kzhuravl authored May 25, 2023
2 parents af7030e + 68125e8 commit 2ef351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amd/hipcc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ endif()

# RPM-specific packaging variables.
set(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
set(CPACK_RPM_PACKAGE_LICENSE "NCSA")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_RPM_PACKAGE_REQUIRES "hip-devel, perl >= 5.0, perl-File-BaseDir, perl-File-Listing, perl-File-Which, perl-URI-Encode, rocm-core, rocm-llvm")
if(DEFINED ENV{CPACK_RPM_PACKAGE_RELEASE})
set(CPACK_RPM_PACKAGE_RELEASE $ENV{CPACK_RPM_PACKAGE_RELEASE})
Expand Down

0 comments on commit 2ef351c

Please sign in to comment.