Merge branch 'cpack' of https://github.com/TheBiggerGuy/gnucash into unstable

This commit is contained in:
Geert Janssens 2018-03-05 16:52:55 +01:00
commit 8a33864168

View File

@ -921,6 +921,11 @@ ENDIF()
# ############################################################
# Package creation rules
SET(CPACK_PACKAGE_VERSION_MAJOR "${GNUCASH_MAJOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_MINOR "${GNUCASH_MINOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_PATCH "${GNUCASH_MICRO_VERSION}")
SET(CPACK_PACKAGE_VERSION "${VERSION}")
IF(UNIX)
SET(CPACK_GENERATOR "TGZ")
ENDIF(UNIX)