Create NSIS installer and a zip archive on windows
This commit is contained in:
parent
76fb9316ee
commit
178155ae06
@ -102,6 +102,7 @@ SET(CPACK_NSIS_CONTACT ${MOO_PACKAGE_VENDOR})
|
||||
|
||||
IF(WIN32)
|
||||
SET(CPACK_SOURCE_GENERATOR ZIP)
|
||||
SET(CPACK_GENERATOR NSIS ZIP)
|
||||
ELSE(WIN32)
|
||||
SET(CPACK_SOURCE_GENERATOR TBZ2)
|
||||
ENDIF(WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user