Skip to content

Commit 869f034

Browse files
committed
Set file name and license in RPM CPack options
1 parent 9b57d01 commit 869f034

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "")
514514

515515
# RPM specific configuration
516516
set(CPACK_RPM_PACKAGE_REQUIRES "")
517+
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)
518+
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
517519

518520
include(CPack)
519521

0 commit comments

Comments
 (0)