mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'cpack' of https://github.com/TheBiggerGuy/gnucash into unstable
This commit is contained in:
commit
8a33864168
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user