Skip to content

Commit e52fada

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,10 @@ 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")
519+
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
520+
set(CPACK_RPM_PACKAGE_URL "https://rfl.getml.com")
517521

518522
include(CPack)
519523

0 commit comments

Comments
 (0)