only sign production build executables

This commit is contained in:
Stephen Birarda 2016-01-14 13:12:26 -08:00
parent 99ad79d833
commit 81493f9b4e

View file

@ -10,7 +10,7 @@
#
macro(optional_win_executable_signing)
if (WIN32 AND (PRODUCTION_BUILD OR PR_BUILD))
if (WIN32 AND PRODUCTION_BUILD)
if (DEFINED ENV{HF_PFX_FILE})
if (DEFINED ENV{HF_PFX_PASSPHRASE})
message(STATUS "Executable for ${TARGET_NAME} will be signed with SignTool.")