Fix use of the BYPASS_SIGNING flag

This commit is contained in:
David Rowe 2020-10-18 15:55:59 +13:00
parent 3198cb1460
commit 5f283e45b5

View file

@ -25,6 +25,7 @@ macro(SET_PACKAGING_PARAMETERS)
set_from_env(RELEASE_NUMBER RELEASE_NUMBER "")
set_from_env(STABLE_BUILD STABLE_BUILD 0)
set_from_env(INITIAL_STARTUP_LOCATION INITIAL_STARTUP_LOCATION "")
set_from_env(BYPASS_SIGNING BYPASS_SIGNING 0)
message(STATUS "The RELEASE_TYPE variable is: ${RELEASE_TYPE}")