add ZIP to CPACK_GENERATOR
This commit is contained in:
parent
6672d7bccf
commit
fd4b3e09af
@ -15,7 +15,7 @@ execute_process(
|
|||||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CPACK_GENERATOR "STGZ;TGZ;TZ")
|
set(CPACK_GENERATOR "STGZ;TGZ;TZ;ZIP")
|
||||||
if( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
|
if( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
|
||||||
set(CPACK_GENERATOR "DEB;${CPACK_GENERATOR}")
|
set(CPACK_GENERATOR "DEB;${CPACK_GENERATOR}")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user