Make CPack work for x86

This commit is contained in:
Sebastian Messmer 2015-11-23 17:42:51 +01:00
parent 4bdd5ef8a3
commit 8e1a0a6361
1 changed files with 4 additions and 2 deletions

View File

@ -49,9 +49,11 @@ SET(CPACK_PACKAGE_EXECUTABLES "cryfs" "CryFS")
SET(CPACK_DEBIAN_PACKAGE_SECTION "utils")
#SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libfuse2 (>= 2.7.4-1)") # TODO Use correct minimal fuse version
#SET(CPACK_RPM_PACKAGE_REQUIRES "libfuse (>= 2.7.4-1)") # TODO Use correct minimal fuse version
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") # TODO Other architectures?
SET(CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64") # TODO Other architectures?
#SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) # TODO Use this instead of manual dependency definition
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://cryfs.org")
SET(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")
INCLUDE(CPack)
# You can safely delete lines from here...