mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
fix message for no code signing on production
This commit is contained in:
parent
8c400f1c5f
commit
4feb79cff4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ macro(optional_win_executable_signing)
|
||||||
message(FATAL_ERROR "HF_PFX_PASSPHRASE must be set for executables to be signed.")
|
message(FATAL_ERROR "HF_PFX_PASSPHRASE must be set for executables to be signed.")
|
||||||
endif ()
|
endif ()
|
||||||
else ()
|
else ()
|
||||||
message(WARNING "Producing a production build or PR build but not code signing since HF_PFX_FILE is not set.")
|
message(WARNING "Creating a production build but not code signing since HF_PFX_FILE is not set.")
|
||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
Loading…
Reference in a new issue