add message if executable signing enabled

This commit is contained in:
Stephen Birarda 2016-01-12 17:14:58 -08:00
parent 6b796a26b0
commit cc4f7a9ad8

View file

@ -20,6 +20,8 @@ macro(optional_win_executable_signing)
message(FATAL_ERROR "Code signing of executables was requested but signtool.exe could not be found.")
endif ()
message(STATUS "Executable for ${TARGET_NAME} will be signed with SignTool.")
if (NOT EXECUTABLE_PATH)
set(EXECUTABLE_PATH "$<TARGET_FILE:${TARGET_NAME}>")
endif ()