mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +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.")
|
||||
endif ()
|
||||
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 ()
|
||||
endmacro()
|
||||
|
|
Loading…
Reference in a new issue