Fallback to zip installer for non Linux/Windows builds
Signed-off-by: Thijs Sassen <thijs.sassen@adlinktech.com>
This commit is contained in:
parent
f7941b98a9
commit
483f4d2b77
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
# Generic tgz package
|
# Generic tgz package
|
||||||
set(CPACK_GENERATOR "TGZ;${CPACK_GENERATOR}" CACHE STRING "List of package generators")
|
set(CPACK_GENERATOR "TGZ;${CPACK_GENERATOR}" CACHE STRING "List of package generators")
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
# Fallback to zip package
|
||||||
|
set(CPACK_GENERATOR "ZIP;${CPACK_GENERATOR}" CACHE STRING "List of package generators")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# This must always be last!
|
# This must always be last!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue