Removed unneeded cpack generators
This commit is contained in:
parent
a336582ba2
commit
4bdd5ef8a3
@ -22,7 +22,7 @@ INSTALL(TARGETS ${BII_src_main_TARGET}
|
||||
DESTINATION bin
|
||||
CONFIGURATIONS Release)
|
||||
|
||||
SET(CPACK_GENERATOR TGZ STGZ 7Z ZIP DEB RPM)
|
||||
SET(CPACK_GENERATOR TGZ DEB RPM)
|
||||
SET(CPACK_PACKAGE_NAME "cryfs")
|
||||
SET(CPACK_PACKAGE_VERSION "${GITVERSION_VERSION_STRING}")
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others.")
|
||||
|
Loading…
Reference in New Issue
Block a user