fix message for no code signing on production

This commit is contained in:
Stephen Birarda 2016-01-19 15:39:05 -08:00 committed by Ryan Huffman
parent 8c400f1c5f
commit 4feb79cff4

View file

@ -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()